Searched refs:newExceptionType (Results 1 – 1 of 1) sorted by relevance
1194 QualType newExceptionType = recurse(exceptionType); in VisitFunctionProtoType() local1195 if (newExceptionType.isNull()) in VisitFunctionProtoType()1198 if (newExceptionType.getAsOpaquePtr() != exceptionType.getAsOpaquePtr()) in VisitFunctionProtoType()1201 exceptionTypes.push_back(newExceptionType); in VisitFunctionProtoType()1493 QualType newExceptionType = exceptionType.substObjCTypeArgs( in VisitFunctionType() local1495 if (newExceptionType.isNull()) in VisitFunctionType()1498 if (newExceptionType.getAsOpaquePtr() != exceptionType.getAsOpaquePtr()) in VisitFunctionType()1501 exceptionTypes.push_back(newExceptionType); in VisitFunctionType()