Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenFunction.h500 class FieldConstructionScope {
502 FieldConstructionScope(CIRGenFunction &cgf, Address thisAddr) in FieldConstructionScope() function
506 ~FieldConstructionScope() { in ~FieldConstructionScope()
H A DCIRGenClass.cpp256 FieldConstructionScope fcs(*this, loadCXXThisAddress()); in emitCtorPrologue()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h1763 class FieldConstructionScope {
1765 FieldConstructionScope(CodeGenFunction &CGF, Address This)
1769 ~FieldConstructionScope() {
H A DCGExprAgg.cpp1846 CodeGenFunction::FieldConstructionScope FCS(CGF, Dest.getAddress()); in VisitCXXParenListOrInitListExpr()
H A DCGClass.cpp1338 FieldConstructionScope FCS(*this, LoadCXXThisAddress()); in EmitCtorPrologue()