Searched refs:EmitCXXConstructorCall (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGClass.cpp | 1700 EmitCXXConstructorCall(ctor, Ctor_Complete, /*ForVirtualBase=*/false, in EmitCXXAggrConstructorCall() 1732 void CodeGenFunction::EmitCXXConstructorCall(const CXXConstructorDecl *D, in EmitCXXConstructorCall() function in CodeGenFunction
|
D | CGExprCXX.cpp | 459 EmitCXXConstructorCall(CD, Type, ForVirtualBase, Delegating, Dest.getAddr(), in EmitCXXConstructExpr()
|
D | CodeGenFunction.h | 1699 void EmitCXXConstructorCall(const CXXConstructorDecl *D, CXXCtorType Type,
|