Searched refs:ExceptionType (Results 1 – 4 of 4) sorted by relevance
1632 for (QualType ExceptionType : epi.ExceptionSpec.Exceptions) { in FunctionProtoType() local1635 if (ExceptionType->isInstantiationDependentType()) in FunctionProtoType()1638 if (ExceptionType->containsUnexpandedParameterPack()) in FunctionProtoType()1641 exnSlot[I++] = ExceptionType; in FunctionProtoType()
1612 QualType ExceptionType = Importer.Import(E); in VisitFunctionProtoType() local1613 if (ExceptionType.isNull()) in VisitFunctionProtoType()1615 ExceptionTypes.push_back(ExceptionType); in VisitFunctionProtoType()
3436 QualType ExceptionType = TInfo->getType(); in ActOnObjCExceptionDecl() local3438 VarDecl *New = BuildObjCExceptionDecl(TInfo, ExceptionType, in ActOnObjCExceptionDecl()
3254 VarDecl *BuildObjCExceptionDecl(TypeSourceInfo *TInfo, QualType ExceptionType,