Searched refs:CtorType (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGClass.cpp | 840 CXXCtorType CtorType = CurGD.getCtorType(); in EmitConstructorBody() local 843 CtorType == Ctor_Complete) && in EmitConstructorBody() 848 if (CtorType == Ctor_Complete && IsConstructorDelegationValid(Ctor) && in EmitConstructorBody() 873 EmitCtorPrologue(Ctor, CtorType, Args); in EmitConstructorBody() 1277 CXXCtorType CtorType, in EmitCtorPrologue() argument 1294 bool ConstructVBases = CtorType != Ctor_Base && in EmitCtorPrologue() 2253 GlobalDecl GD(Ctor, CtorType); in EmitInlinedInheritingCXXConstructorCall() 2266 CGM.getCXXABI().addImplicitConstructorArgs(*this, Ctor, CtorType, in EmitInlinedInheritingCXXConstructorCall() 2292 EmitCtorPrologue(Ctor, CtorType, Params); in EmitInlinedInheritingCXXConstructorCall() 2352 CXXCtorType CtorType, in EmitDelegateCXXConstructorCall() argument [all …]
|
| H A D | CodeGenFunction.h | 2793 CXXCtorType CtorType, 2808 CXXCtorType CtorType,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 3325 const auto *CtorType = Constructor->getType()->castAs<FunctionProtoType>(); in isFirstArgumentCompatibleWithType() local 3326 if (CtorType->getNumParams() > 0) { in isFirstArgumentCompatibleWithType() 3327 QualType FirstArg = CtorType->getParamType(0); in isFirstArgumentCompatibleWithType()
|