Searched refs:EmitCXXConstructorCall (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGClass.cpp | 2089 EmitCXXConstructorCall(ctor, Ctor_Complete, /*ForVirtualBase=*/false, in EmitCXXAggrConstructorCall() 2120 void CodeGenFunction::EmitCXXConstructorCall(const CXXConstructorDecl *D, in EmitCXXConstructorCall() function in CodeGenFunction 2166 EmitCXXConstructorCall(D, Type, ForVirtualBase, Delegating, This, Args, in EmitCXXConstructorCall() 2195 void CodeGenFunction::EmitCXXConstructorCall(const CXXConstructorDecl *D, in EmitCXXConstructorCall() function in CodeGenFunction 2315 EmitCXXConstructorCall(D, Ctor_Base, ForVirtualBase, /*Delegating*/false, in EmitInheritedCXXConstructorCall() 2416 EmitCXXConstructorCall(D, Ctor_Complete, /*ForVirtualBase*/false, in EmitSynthesizedCXXCopyCtorCall() 2455 EmitCXXConstructorCall(Ctor, CtorType, /*ForVirtualBase=*/false, in EmitDelegateCXXConstructorCall()
|
H A D | CGExprCXX.cpp | 300 EmitCXXConstructorCall(Ctor, Ctor_Complete, /*ForVirtualBase=*/false, in EmitCXXMemberOrOperatorMemberCallExpr() 666 EmitCXXConstructorCall(CD, Type, ForVirtualBase, Delegating, Dest, E); in EmitCXXConstructExpr()
|
H A D | CodeGenFunction.h | 3142 void EmitCXXConstructorCall(const CXXConstructorDecl *D, CXXCtorType Type, 3146 void EmitCXXConstructorCall(const CXXConstructorDecl *D, CXXCtorType Type,
|