Searched refs:CtorType (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGClass.cpp | 395 CXXCtorType CtorType) { in EmitBaseInitializer() argument 408 if (CtorType == Ctor_Base && isBaseVirtual) in EmitBaseInitializer() 800 CXXCtorType CtorType = CurGD.getCtorType(); in EmitConstructorBody() local 803 CtorType == Ctor_Complete) && in EmitConstructorBody() 808 if (CtorType == Ctor_Complete && IsConstructorDelegationValid(Ctor) && in EmitConstructorBody() 833 EmitCtorPrologue(Ctor, CtorType, Args); in EmitConstructorBody() 1237 CXXCtorType CtorType, in EmitCtorPrologue() argument 1259 EmitBaseInitializer(*this, ClassDecl, *B, CtorType); in EmitCtorPrologue() 1271 EmitBaseInitializer(*this, ClassDecl, *B, CtorType); in EmitCtorPrologue() 1865 CXXCtorType CtorType, in EmitDelegateCXXConstructorCall() argument [all …]
|
| HD | CodeGenFunction.h | 1745 CXXCtorType CtorType,
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaDeclCXX.cpp | 9051 QualType CtorType) { in getEntry() argument 9052 return Map[CtorType.getCanonicalType()->castAs<FunctionProtoType>()] in getEntry() 9078 const FunctionProtoType *CtorType = in inherit() local 9080 ArrayRef<QualType> ArgTypes = CtorType->getParamTypes(); in inherit() 9081 FunctionProtoType::ExtProtoInfo EPI = CtorType->getExtProtoInfo(); in inherit()
|
| HD | SemaOverload.cpp | 2886 const FunctionProtoType *CtorType = in isFirstArgumentCompatibleWithType() local 2888 if (CtorType->getNumParams() > 0) { in isFirstArgumentCompatibleWithType() 2889 QualType FirstArg = CtorType->getParamType(0); in isFirstArgumentCompatibleWithType()
|