Searched refs:CtorType (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGClass.cpp | 843 CXXCtorType CtorType = CurGD.getCtorType(); in EmitConstructorBody() local 846 CtorType == Ctor_Complete) && in EmitConstructorBody() 851 if (CtorType == Ctor_Complete && IsConstructorDelegationValid(Ctor) && in EmitConstructorBody() 877 EmitCtorPrologue(Ctor, CtorType, Args); in EmitConstructorBody() 1273 CXXCtorType CtorType, in EmitCtorPrologue() argument 1290 bool ConstructVBases = CtorType != Ctor_Base && in EmitCtorPrologue() 2321 const CXXConstructorDecl *Ctor, CXXCtorType CtorType, bool ForVirtualBase, in EmitInlinedInheritingCXXConstructorCall() argument 2323 GlobalDecl GD(Ctor, CtorType); in EmitInlinedInheritingCXXConstructorCall() 2336 CGM.getCXXABI().addImplicitConstructorArgs(*this, Ctor, CtorType, in EmitInlinedInheritingCXXConstructorCall() 2362 EmitCtorPrologue(Ctor, CtorType, Params); in EmitInlinedInheritingCXXConstructorCall() [all …]
|
| H A D | CodeGenFunction.h | 3114 CXXCtorType CtorType, 3129 CXXCtorType CtorType,
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 3641 const auto *CtorType = Constructor->getType()->castAs<FunctionProtoType>(); in isFirstArgumentCompatibleWithType() local 3642 if (CtorType->getNumParams() > 0) { in isFirstArgumentCompatibleWithType() 3643 QualType FirstArg = CtorType->getParamType(0); in isFirstArgumentCompatibleWithType()
|