Searched refs:ExceptionType (Results 1 – 4 of 4) sorted by relevance
2596 for (QualType ExceptionType : epi.ExceptionSpec.Exceptions) { in FunctionProtoType() local2599 if (ExceptionType->isInstantiationDependentType()) in FunctionProtoType()2602 if (ExceptionType->containsUnexpandedParameterPack()) in FunctionProtoType()2605 exnSlot[I++] = ExceptionType; in FunctionProtoType()
1656 QualType ExceptionType = Importer.Import(E); in VisitFunctionProtoType() local1657 if (ExceptionType.isNull()) in VisitFunctionProtoType()1659 ExceptionTypes.push_back(ExceptionType); in VisitFunctionProtoType()
4433 QualType ExceptionType = TInfo->getType(); in ActOnObjCExceptionDecl() local4435 VarDecl *New = BuildObjCExceptionDecl(TInfo, ExceptionType, in ActOnObjCExceptionDecl()
3379 VarDecl *BuildObjCExceptionDecl(TypeSourceInfo *TInfo, QualType ExceptionType,