Searched refs:CtorType (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGClass.cpp386 CXXCtorType CtorType) {
399 if (CtorType == Ctor_Base && isBaseVirtual)
698 CXXCtorType CtorType = CurGD.getCtorType(); local
701 CtorType == Ctor_Complete) &&
706 if (CtorType == Ctor_Complete && IsConstructorDelegationValid(Ctor) &&
732 EmitCtorPrologue(Ctor, CtorType, Args);
1130 CXXCtorType CtorType,
1152 EmitBaseInitializer(*this, ClassDecl, *B, CtorType);
1164 EmitBaseInitializer(*this, ClassDecl, *B, CtorType);
1736 CXXCtorType CtorType,
383 EmitBaseInitializer(CodeGenFunction &CGF, const CXXRecordDecl *ClassDecl, CXXCtorInitializer *BaseInit, CXXCtorType CtorType) argument
1129 EmitCtorPrologue(const CXXConstructorDecl *CD, CXXCtorType CtorType, FunctionArgList &Args) argument
1735 EmitDelegateCXXConstructorCall(const CXXConstructorDecl *Ctor, CXXCtorType CtorType, const FunctionArgList &Args, SourceLocation Loc) argument
[all...]
H A DCodeGenFunction.h1605 CXXCtorType CtorType,
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp8568 QualType CtorType) {
8569 return Map[CtorType.getCanonicalType()->castAs<FunctionProtoType>()]
8595 const FunctionProtoType *CtorType = local
8597 ArrayRef<QualType> ArgTypes(CtorType->getParamTypes());
8598 FunctionProtoType::ExtProtoInfo EPI = CtorType->getExtProtoInfo();
8567 getEntry(const CXXConstructorDecl *Ctor, QualType CtorType) argument
H A DSemaOverload.cpp2931 const FunctionProtoType *CtorType = local
2933 if (CtorType->getNumParams() > 0) {
2934 QualType FirstArg = CtorType->getParamType(0);

Completed in 1598 milliseconds