Searched refs:EmitCXXConstructorCall (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGClass.cpp | 2014 EmitCXXConstructorCall(ctor, Ctor_Complete, /*ForVirtualBase=*/false, in EmitCXXAggrConstructorCall() 2046 void CodeGenFunction::EmitCXXConstructorCall(const CXXConstructorDecl *D, in EmitCXXConstructorCall() function in CodeGenFunction 2074 EmitCXXConstructorCall(D, Type, ForVirtualBase, Delegating, This, Args); in EmitCXXConstructorCall() 2101 void CodeGenFunction::EmitCXXConstructorCall(const CXXConstructorDecl *D, in EmitCXXConstructorCall() function in CodeGenFunction 2215 EmitCXXConstructorCall(D, Ctor_Base, ForVirtualBase, /*Delegating*/false, in EmitInheritedCXXConstructorCall() 2310 EmitCXXConstructorCall(D, Ctor_Complete, false, false, This, Args); in EmitSynthesizedCXXCopyCtorCall() 2344 EmitCXXConstructorCall(Ctor, CtorType, /*ForVirtualBase=*/false, in EmitDelegateCXXConstructorCall()
|
D | CodeGenFunction.h | 1973 void EmitCXXConstructorCall(const CXXConstructorDecl *D, CXXCtorType Type, 1977 void EmitCXXConstructorCall(const CXXConstructorDecl *D, CXXCtorType Type,
|
D | CGExprCXX.cpp | 507 EmitCXXConstructorCall(CD, Type, ForVirtualBase, Delegating, in EmitCXXConstructExpr()
|