Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGClass.cpp843 CXXCtorType CtorType = CurGD.getCtorType(); in EmitConstructorBody() local
846 CtorType == Ctor_Complete) && in EmitConstructorBody()
851 if (CtorType == Ctor_Complete && IsConstructorDelegationValid(Ctor) && in EmitConstructorBody()
876 EmitCtorPrologue(Ctor, CtorType, Args); in EmitConstructorBody()
1280 CXXCtorType CtorType, in EmitCtorPrologue() argument
1297 bool ConstructVBases = CtorType != Ctor_Base && in EmitCtorPrologue()
2253 const CXXConstructorDecl *Ctor, CXXCtorType CtorType, bool ForVirtualBase, in EmitInlinedInheritingCXXConstructorCall() argument
2255 GlobalDecl GD(Ctor, CtorType); in EmitInlinedInheritingCXXConstructorCall()
2268 CGM.getCXXABI().addImplicitConstructorArgs(*this, Ctor, CtorType, in EmitInlinedInheritingCXXConstructorCall()
2294 EmitCtorPrologue(Ctor, CtorType, Params); in EmitInlinedInheritingCXXConstructorCall()
[all …]
H A DCodeGenFunction.h2793 CXXCtorType CtorType,
2808 CXXCtorType CtorType,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp3325 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()