clang API Documentation
#include <CodeGenFunction.h>
Public Member Functions | |
FieldConstructionScope (CodeGenFunction &CGF, llvm::Value *This) | |
~FieldConstructionScope () |
A scope within which we are constructing the fields of an object which might use a CXXDefaultInitExpr. This stashes away a 'this' value to use if we need to evaluate a CXXDefaultInitExpr within the evaluation.
Definition at line 985 of file CodeGenFunction.h.
clang::CodeGen::CodeGenFunction::FieldConstructionScope::FieldConstructionScope | ( | CodeGenFunction & | CGF, |
llvm::Value * | This | ||
) | [inline] |
Definition at line 987 of file CodeGenFunction.h.
Definition at line 991 of file CodeGenFunction.h.