clang
15.0.0git
|
API for captured statement code generation. More...
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CodeGenFunction.h"
Public Member Functions | |
CGCapturedStmtInfo (CapturedRegionKind K=CR_Default) | |
CGCapturedStmtInfo (const CapturedStmt &S, CapturedRegionKind K=CR_Default) | |
virtual | ~CGCapturedStmtInfo () |
CapturedRegionKind | getKind () const |
virtual void | setContextValue (llvm::Value *V) |
virtual llvm::Value * | getContextValue () const |
virtual const FieldDecl * | lookup (const VarDecl *VD) const |
Lookup the captured field decl for a variable. More... | |
bool | isCXXThisExprCaptured () const |
virtual FieldDecl * | getThisFieldDecl () const |
virtual void | EmitBody (CodeGenFunction &CGF, const Stmt *S) |
Emit the captured statement body. More... | |
virtual StringRef | getHelperName () const |
Get the name of the capture helper. More... | |
llvm::SmallDenseMap< const VarDecl *, FieldDecl * > | getCaptureFields () |
Get the CaptureFields. More... | |
Static Public Member Functions | |
static bool | classof (const CGCapturedStmtInfo *) |
API for captured statement code generation.
Definition at line 406 of file CodeGenFunction.h.
|
inlineexplicit |
Definition at line 408 of file CodeGenFunction.h.
|
inlineexplicit |
Definition at line 410 of file CodeGenFunction.h.
|
virtual |
Definition at line 2495 of file CodeGenFunction.cpp.
|
inlinestatic |
Definition at line 444 of file CodeGenFunction.h.
|
inlinevirtual |
Emit the captured statement body.
Definition at line 449 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CGOpenMPRuntime::emitInlinedDirective().
|
inline |
Get the CaptureFields.
Definition at line 458 of file CodeGenFunction.h.
|
inlinevirtual |
Definition at line 434 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitDeclRefLValue().
|
inlinevirtual |
Get the name of the capture helper.
Definition at line 455 of file CodeGenFunction.h.
|
inline |
Definition at line 430 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CGOpenMPRuntimeGPU::emitFunctionProlog().
|
inlinevirtual |
Definition at line 442 of file CodeGenFunction.h.
Referenced by isCXXThisExprCaptured().
|
inline |
Definition at line 441 of file CodeGenFunction.h.
References getThisFieldDecl().
Referenced by clang::CodeGen::CGOpenMPRuntimeGPU::adjustTargetSpecificDataForLambdas().
|
inlinevirtual |
Lookup the captured field decl for a variable.
Definition at line 437 of file CodeGenFunction.h.
References clang::VarDecl::getCanonicalDecl().
Referenced by clang::CodeGen::CodeGenFunction::EmitDeclRefLValue(), and emitPrivatesInit().
|
inlinevirtual |
Definition at line 432 of file CodeGenFunction.h.
References V.