|
clang 23.0.0git
|
An object to manage conditionally-evaluated expressions. More...
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CIR/CodeGen/CIRGenFunction.h"
Public Member Functions | |
| ConditionalEvaluation (CIRGenFunction &cgf) | |
| ConditionalEvaluation (CIRGenFunction &cgf, mlir::OpBuilder::InsertPoint ip) | |
| void | beginEvaluation () |
| void | endEvaluation () |
| mlir::OpBuilder::InsertPoint | getInsertPoint () const |
| Returns the insertion point which will be executed prior to each evaluation of the conditional code. | |
An object to manage conditionally-evaluated expressions.
Definition at line 1940 of file CIRGenFunction.h.
|
inline |
Definition at line 1945 of file CIRGenFunction.h.
References clang::CIRGen::CIRGenFunction::CIRGenFunction().
|
inline |
Definition at line 1947 of file CIRGenFunction.h.
References clang::CIRGen::CIRGenFunction::CIRGenFunction().
|
inline |
Definition at line 1950 of file CIRGenFunction.h.
Referenced by clang::CIRGen::CIRGenFunction::emitConditionalBlocks().
|
inline |
Definition at line 1956 of file CIRGenFunction.h.
Referenced by clang::CIRGen::CIRGenFunction::emitConditionalBlocks().
|
inline |
Returns the insertion point which will be executed prior to each evaluation of the conditional code.
In LLVM OG, this method is called getStartingBlock.
Definition at line 1965 of file CIRGenFunction.h.