Searched refs:CtorType (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGClass.cpp | 530 CXXCtorType CtorType) { in EmitBaseInitializer() argument 543 if (CtorType == Ctor_Base && isBaseVirtual) in EmitBaseInitializer() 823 CXXCtorType CtorType = CurGD.getCtorType(); in EmitConstructorBody() local 826 CtorType == Ctor_Complete) && in EmitConstructorBody() 856 EmitCtorPrologue(Ctor, CtorType, Args); in EmitConstructorBody() 1257 CXXCtorType CtorType, in EmitCtorPrologue() argument 1284 EmitBaseInitializer(*this, ClassDecl, *B, CtorType); in EmitCtorPrologue() 1301 EmitBaseInitializer(*this, ClassDecl, *B, CtorType); in EmitCtorPrologue() 2208 GlobalDecl GD(Ctor, CtorType); in EmitInlinedInheritingCXXConstructorCall() 2247 EmitCtorPrologue(Ctor, CtorType, Params); in EmitInlinedInheritingCXXConstructorCall() [all …]
|
| H A D | CodeGenFunction.h | 2475 CXXCtorType CtorType, 2490 CXXCtorType CtorType,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 3232 const FunctionProtoType *CtorType = in isFirstArgumentCompatibleWithType() local 3234 if (CtorType->getNumParams() > 0) { in isFirstArgumentCompatibleWithType() 3235 QualType FirstArg = CtorType->getParamType(0); in isFirstArgumentCompatibleWithType()
|