Home
last modified time | relevance | path

Searched refs:CtorType (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp834 CXXCtorType CtorType = CurGD.getCtorType(); in EmitConstructorBody() local
837 CtorType == Ctor_Complete) && in EmitConstructorBody()
842 if (CtorType == Ctor_Complete && IsConstructorDelegationValid(Ctor) && in EmitConstructorBody()
868 EmitCtorPrologue(Ctor, CtorType, Args); in EmitConstructorBody()
1264 CXXCtorType CtorType, in EmitCtorPrologue() argument
1281 bool ConstructVBases = CtorType != Ctor_Base && in EmitCtorPrologue()
2312 GlobalDecl GD(Ctor, CtorType); in EmitInlinedInheritingCXXConstructorCall()
2325 CGM.getCXXABI().addImplicitConstructorArgs(*this, Ctor, CtorType, in EmitInlinedInheritingCXXConstructorCall()
2351 EmitCtorPrologue(Ctor, CtorType, Params); in EmitInlinedInheritingCXXConstructorCall()
2411 CXXCtorType CtorType, in EmitDelegateCXXConstructorCall() argument
[all …]
H A DCodeGenFunction.h2915 CXXCtorType CtorType,
2930 CXXCtorType CtorType,
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp3607 const auto *CtorType = Constructor->getType()->castAs<FunctionProtoType>(); in isFirstArgumentCompatibleWithType() local
3608 if (CtorType->getNumParams() > 0) { in isFirstArgumentCompatibleWithType()
3609 QualType FirstArg = CtorType->getParamType(0); in isFirstArgumentCompatibleWithType()