Searched refs:CtorType (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGClass.cpp | 842 CXXCtorType CtorType = CurGD.getCtorType(); in EmitConstructorBody() local 845 CtorType == Ctor_Complete) && in EmitConstructorBody() 850 if (CtorType == Ctor_Complete && IsConstructorDelegationValid(Ctor) && in EmitConstructorBody() 875 EmitCtorPrologue(Ctor, CtorType, Args); in EmitConstructorBody() 1271 CXXCtorType CtorType, in EmitCtorPrologue() argument 1288 bool ConstructVBases = CtorType != Ctor_Base && in EmitCtorPrologue() 2320 const CXXConstructorDecl *Ctor, CXXCtorType CtorType, bool ForVirtualBase, in EmitInlinedInheritingCXXConstructorCall() argument 2322 GlobalDecl GD(Ctor, CtorType); in EmitInlinedInheritingCXXConstructorCall() 2335 CGM.getCXXABI().addImplicitConstructorArgs(*this, Ctor, CtorType, in EmitInlinedInheritingCXXConstructorCall() 2361 EmitCtorPrologue(Ctor, CtorType, Params); in EmitInlinedInheritingCXXConstructorCall() [all …]
|
| H A D | CodeGenFunction.h | 2850 CXXCtorType CtorType, 2865 CXXCtorType CtorType,
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 3451 const auto *CtorType = Constructor->getType()->castAs<FunctionProtoType>(); in isFirstArgumentCompatibleWithType() local 3452 if (CtorType->getNumParams() > 0) { in isFirstArgumentCompatibleWithType() 3453 QualType FirstArg = CtorType->getParamType(0); in isFirstArgumentCompatibleWithType()
|