Searched refs:ExceptionType (Results 1 – 3 of 3) sorted by relevance
3392 QualType ExceptionType = TInfo->getType(); in ActOnObjCExceptionDecl() local3394 VarDecl *New = BuildObjCExceptionDecl(TInfo, ExceptionType, in ActOnObjCExceptionDecl()
1611 QualType ExceptionType = Importer.Import(E); in VisitFunctionProtoType() local1612 if (ExceptionType.isNull()) in VisitFunctionProtoType()1614 ExceptionTypes.push_back(ExceptionType); in VisitFunctionProtoType()
3128 VarDecl *BuildObjCExceptionDecl(TypeSourceInfo *TInfo, QualType ExceptionType,