clang 20.0.0git
|
An object to manage conditionally-evaluated expressions. More...
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CodeGenFunction.h"
Public Member Functions | |
ConditionalEvaluation (CodeGenFunction &CGF) | |
void | begin (CodeGenFunction &CGF) |
void | end (CodeGenFunction &CGF) |
llvm::BasicBlock * | getStartingBlock () const |
Returns a block which will be executed prior to each evaluation of the conditional code. | |
An object to manage conditionally-evaluated expressions.
Definition at line 1282 of file CodeGenFunction.h.
|
inline |
Definition at line 1286 of file CodeGenFunction.h.
|
inline |
Definition at line 1289 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CGCUDARuntime::EmitCUDAKernelCallExpr().
|
inline |
Definition at line 1295 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CGCUDARuntime::EmitCUDAKernelCallExpr().
|
inline |
Returns a block which will be executed prior to each evaluation of the conditional code.
Definition at line 1303 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::setBeforeOutermostConditional().