Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGClass.cpp2014 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()
DCodeGenFunction.h1973 void EmitCXXConstructorCall(const CXXConstructorDecl *D, CXXCtorType Type,
1977 void EmitCXXConstructorCall(const CXXConstructorDecl *D, CXXCtorType Type,
DCGExprCXX.cpp507 EmitCXXConstructorCall(CD, Type, ForVirtualBase, Delegating, in EmitCXXConstructExpr()