Searched refs:ExceptionType (Results 1 – 5 of 5) sorted by relevance
70 enum ExceptionType { enum98 ExceptionType type;
257 ExceptionType type; in getExceptionCodeDescription()
3198 QualType ExceptionType = TInfo->getType(); in ActOnObjCExceptionDecl() local3200 VarDecl *New = BuildObjCExceptionDecl(TInfo, ExceptionType, in ActOnObjCExceptionDecl()
1598 QualType ExceptionType = Importer.Import(*E); in VisitFunctionProtoType() local1599 if (ExceptionType.isNull()) in VisitFunctionProtoType()1601 ExceptionTypes.push_back(ExceptionType); in VisitFunctionProtoType()
2770 VarDecl *BuildObjCExceptionDecl(TypeSourceInfo *TInfo, QualType ExceptionType,