Searched refs:newExceptionType (Results 1 – 1 of 1) sorted by relevance
1144 QualType newExceptionType = recurse(exceptionType); in VisitFunctionProtoType() local1145 if (newExceptionType.isNull()) in VisitFunctionProtoType()1148 if (newExceptionType.getAsOpaquePtr() != exceptionType.getAsOpaquePtr()) in VisitFunctionProtoType()1151 exceptionTypes.push_back(newExceptionType); in VisitFunctionProtoType()1448 QualType newExceptionType = exceptionType.substObjCTypeArgs( in VisitFunctionType() local1450 if (newExceptionType.isNull()) in VisitFunctionType()1453 if (newExceptionType.getAsOpaquePtr() != exceptionType.getAsOpaquePtr()) in VisitFunctionType()1456 exceptionTypes.push_back(newExceptionType); in VisitFunctionType()