Home
last modified time | relevance | path

Searched refs:CtorType (Results 1 – 3 of 3) 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/clang/lib/Sema/
DSemaOverload.cpp3040 const FunctionProtoType *CtorType = in isFirstArgumentCompatibleWithType() local
3042 if (CtorType->getNumParams() > 0) { in isFirstArgumentCompatibleWithType()
3043 QualType FirstArg = CtorType->getParamType(0); in isFirstArgumentCompatibleWithType()