Searched refs:FieldConstructionScope (Results 1 – 5 of 5) sorted by relevance
500 class FieldConstructionScope {502 FieldConstructionScope(CIRGenFunction &cgf, Address thisAddr) in FieldConstructionScope() function506 ~FieldConstructionScope() { in ~FieldConstructionScope()
256 FieldConstructionScope fcs(*this, loadCXXThisAddress()); in emitCtorPrologue()
1763 class FieldConstructionScope {1765 FieldConstructionScope(CodeGenFunction &CGF, Address This)1769 ~FieldConstructionScope() {
1846 CodeGenFunction::FieldConstructionScope FCS(CGF, Dest.getAddress()); in VisitCXXParenListOrInitListExpr()
1338 FieldConstructionScope FCS(*this, LoadCXXThisAddress()); in EmitCtorPrologue()