Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenFunction.h1045 class FieldConstructionScope {
1047 FieldConstructionScope(CodeGenFunction &CGF, Address This) in FieldConstructionScope() function
1051 ~FieldConstructionScope() { in ~FieldConstructionScope()
DCGExprAgg.cpp1216 CodeGenFunction::FieldConstructionScope FCS(CGF, Dest.getAddress()); in VisitInitListExpr()
DCGClass.cpp1405 FieldConstructionScope FCS(*this, LoadCXXThisAddress()); in EmitCtorPrologue()