Searched refs:EmitDelegateCXXConstructorCall (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGClass.cpp | 930 EmitDelegateCXXConstructorCall(Ctor, Ctor_Base, Args, Ctor->getLocEnd()); in EmitConstructorBody() 2314 CodeGenFunction::EmitDelegateCXXConstructorCall(const CXXConstructorDecl *Ctor, in EmitDelegateCXXConstructorCall() function in CodeGenFunction
|
D | CodeGenFunction.h | 1944 void EmitDelegateCXXConstructorCall(const CXXConstructorDecl *Ctor,
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGClass.cpp | 853 EmitDelegateCXXConstructorCall(Ctor, Ctor_Base, Args, Ctor->getEndLoc()); in EmitConstructorBody() 2353 CodeGenFunction::EmitDelegateCXXConstructorCall(const CXXConstructorDecl *Ctor, in EmitDelegateCXXConstructorCall() function in CodeGenFunction
|
D | CodeGenFunction.h | 2748 void EmitDelegateCXXConstructorCall(const CXXConstructorDecl *Ctor,
|