Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenFunction.h1020 class FieldConstructionScope {
1022 FieldConstructionScope(CodeGenFunction &CGF, Address This) in FieldConstructionScope() function
1026 ~FieldConstructionScope() { in ~FieldConstructionScope()
DCGExprAgg.cpp1177 CodeGenFunction::FieldConstructionScope FCS(CGF, Dest.getAddress()); in VisitInitListExpr()
DCGClass.cpp1409 FieldConstructionScope FCS(*this, LoadCXXThisAddress()); in EmitCtorPrologue()