Searched refs:newExceptionType (Results 1 – 1 of 1) sorted by relevance
992 QualType newExceptionType = recurse(exceptionType); in VisitFunctionProtoType() local993 if (newExceptionType.isNull()) in VisitFunctionProtoType()996 if (newExceptionType.getAsOpaquePtr() != exceptionType.getAsOpaquePtr()) in VisitFunctionProtoType()999 exceptionTypes.push_back(newExceptionType); in VisitFunctionProtoType()1290 QualType newExceptionType = exceptionType.substObjCTypeArgs( in VisitFunctionType() local1292 if (newExceptionType.isNull()) in VisitFunctionType()1295 if (newExceptionType.getAsOpaquePtr() != exceptionType.getAsOpaquePtr()) in VisitFunctionType()1298 exceptionTypes.push_back(newExceptionType); in VisitFunctionType()