Searched defs:CtorType (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGClass.cpp523 CXXCtorType CtorType) {
536 if (CtorType == Ctor_Base && isBaseVirtual)
920 CXXCtorType CtorType = CurGD.getCtorType(); local
923 CtorType == Ctor_Complete) &&
928 if (CtorType == Ctor_Complete && IsConstructorDelegationValid(Ctor) &&
953 EmitCtorPrologue(Ctor, CtorType, Args);
1353 CXXCtorType CtorType,
1380 EmitBaseInitializer(*this, ClassDecl, *B, CtorType);
1397 EmitBaseInitializer(*this, ClassDecl, *B, CtorType);
2220 const CXXConstructorDecl *Ctor, CXXCtorType CtorType, boo
520 EmitBaseInitializer(CodeGenFunction &CGF, const CXXRecordDecl *ClassDecl, CXXCtorInitializer *BaseInit, CXXCtorType CtorType) argument
1352 EmitCtorPrologue(const CXXConstructorDecl *CD, CXXCtorType CtorType, FunctionArgList &Args) argument
2219 EmitInlinedInheritingCXXConstructorCall( const CXXConstructorDecl *Ctor, CXXCtorType CtorType, bool ForVirtualBase, bool Delegating, CallArgList &Args) argument
2314 EmitDelegateCXXConstructorCall(const CXXConstructorDecl *Ctor, CXXCtorType CtorType, const FunctionArgList &Args, SourceLocation Loc) argument
[all...]
/external/clang/lib/Sema/
H A DSemaOverload.cpp3040 const FunctionProtoType *CtorType = local
3042 if (CtorType->getNumParams() > 0) {
3043 QualType FirstArg = CtorType->getParamType(0);

Completed in 371 milliseconds