Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGClass.cpp841 CXXCtorType CtorType = CurGD.getCtorType(); in EmitConstructorBody() local
844 CtorType == Ctor_Complete) && in EmitConstructorBody()
849 if (CtorType == Ctor_Complete && IsConstructorDelegationValid(Ctor) && in EmitConstructorBody()
874 EmitCtorPrologue(Ctor, CtorType, Args); in EmitConstructorBody()
1270 CXXCtorType CtorType, in EmitCtorPrologue() argument
1287 bool ConstructVBases = CtorType != Ctor_Base && in EmitCtorPrologue()
2281 GlobalDecl GD(Ctor, CtorType); in EmitInlinedInheritingCXXConstructorCall()
2294 CGM.getCXXABI().addImplicitConstructorArgs(*this, Ctor, CtorType, in EmitInlinedInheritingCXXConstructorCall()
2320 EmitCtorPrologue(Ctor, CtorType, Params); in EmitInlinedInheritingCXXConstructorCall()
2380 CXXCtorType CtorType, in EmitDelegateCXXConstructorCall() argument
[all …]
H A DCodeGenFunction.h2848 CXXCtorType CtorType,
2863 CXXCtorType CtorType,
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp3344 const auto *CtorType = Constructor->getType()->castAs<FunctionProtoType>(); in isFirstArgumentCompatibleWithType() local
3345 if (CtorType->getNumParams() > 0) { in isFirstArgumentCompatibleWithType()
3346 QualType FirstArg = CtorType->getParamType(0); in isFirstArgumentCompatibleWithType()