Searched refs:EmitCtorPrologue (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGClass.cpp | 953 EmitCtorPrologue(Ctor, CtorType, Args); in EmitConstructorBody() 1352 void CodeGenFunction::EmitCtorPrologue(const CXXConstructorDecl *CD, in EmitCtorPrologue() function in CodeGenFunction 2258 EmitCtorPrologue(Ctor, CtorType, Params); in EmitInlinedInheritingCXXConstructorCall()
|
D | CodeGenFunction.h | 1434 void EmitCtorPrologue(const CXXConstructorDecl *CD, CXXCtorType Type,
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGClass.cpp | 876 EmitCtorPrologue(Ctor, CtorType, Args); in EmitConstructorBody() 1279 void CodeGenFunction::EmitCtorPrologue(const CXXConstructorDecl *CD, in EmitCtorPrologue() function in CodeGenFunction 2294 EmitCtorPrologue(Ctor, CtorType, Params); in EmitInlinedInheritingCXXConstructorCall()
|
D | CodeGenFunction.h | 2159 void EmitCtorPrologue(const CXXConstructorDecl *CD, CXXCtorType Type,
|