Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGClass.cpp523 CXXCtorType CtorType) { in EmitBaseInitializer() argument
536 if (CtorType == Ctor_Base && isBaseVirtual) in EmitBaseInitializer()
920 CXXCtorType CtorType = CurGD.getCtorType(); in EmitConstructorBody() local
923 CtorType == Ctor_Complete) && in EmitConstructorBody()
928 if (CtorType == Ctor_Complete && IsConstructorDelegationValid(Ctor) && in EmitConstructorBody()
953 EmitCtorPrologue(Ctor, CtorType, Args); in EmitConstructorBody()
1353 CXXCtorType CtorType, in EmitCtorPrologue() argument
1380 EmitBaseInitializer(*this, ClassDecl, *B, CtorType); in EmitCtorPrologue()
1397 EmitBaseInitializer(*this, ClassDecl, *B, CtorType); in EmitCtorPrologue()
2220 const CXXConstructorDecl *Ctor, CXXCtorType CtorType, bool ForVirtualBase, in EmitInlinedInheritingCXXConstructorCall() argument
[all …]
DCodeGenFunction.h1945 CXXCtorType CtorType,
1960 CXXCtorType CtorType,
/external/llvm-project/clang/lib/CodeGen/
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 …]
DCodeGenFunction.h2749 CXXCtorType CtorType,
2764 CXXCtorType CtorType,
/external/llvm-project/clang/lib/Sema/
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()