Searched refs:CtorType (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGClass.cpp | 839 CXXCtorType CtorType = CurGD.getCtorType(); in EmitConstructorBody() local 842 CtorType == Ctor_Complete) && in EmitConstructorBody() 847 if (CtorType == Ctor_Complete && IsConstructorDelegationValid(Ctor) && in EmitConstructorBody() 873 EmitCtorPrologue(Ctor, CtorType, Args); in EmitConstructorBody() 1275 CXXCtorType CtorType, in EmitCtorPrologue() argument 1292 bool ConstructVBases = CtorType != Ctor_Base && in EmitCtorPrologue() 2326 const CXXConstructorDecl *Ctor, CXXCtorType CtorType, bool ForVirtualBase, in EmitInlinedInheritingCXXConstructorCall() argument 2328 GlobalDecl GD(Ctor, CtorType); in EmitInlinedInheritingCXXConstructorCall() 2341 CGM.getCXXABI().addImplicitConstructorArgs(*this, Ctor, CtorType, in EmitInlinedInheritingCXXConstructorCall() 2367 EmitCtorPrologue(Ctor, CtorType, Params); in EmitInlinedInheritingCXXConstructorCall() [all …]
|
| H A D | CodeGenFunction.h | 3157 CXXCtorType CtorType, 3172 CXXCtorType CtorType,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 3873 const auto *CtorType = Constructor->getType()->castAs<FunctionProtoType>(); in isFirstArgumentCompatibleWithType() local 3874 if (CtorType->getNumParams() > 0) { in isFirstArgumentCompatibleWithType() 3875 QualType FirstArg = CtorType->getParamType(0); in isFirstArgumentCompatibleWithType()
|