Searched refs:FieldConstructionScope (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.h868 class FieldConstructionScope { class in class:clang::CodeGen::CodeGenFunction
870 FieldConstructionScope(CodeGenFunction &CGF, llvm::Value *This) function in class:clang::CodeGen::CodeGenFunction::FieldConstructionScope
874 ~FieldConstructionScope() {
H A DCGExprAgg.cpp1126 CodeGenFunction::FieldConstructionScope FCS(CGF, Dest.getAddr());
H A DCGClass.cpp1165 FieldConstructionScope FCS(*this, CXXThisValue);

Completed in 60 milliseconds