Searched refs:newExceptionType (Results 1 – 1 of 1) sorted by relevance
924 QualType newExceptionType = recurse(exceptionType); in VisitFunctionProtoType() local925 if (newExceptionType.isNull()) in VisitFunctionProtoType()928 if (newExceptionType.getAsOpaquePtr() != exceptionType.getAsOpaquePtr()) in VisitFunctionProtoType()931 exceptionTypes.push_back(newExceptionType); in VisitFunctionProtoType()1250 QualType newExceptionType = exceptionType.substObjCTypeArgs( in substObjCTypeArgs() local1254 if (newExceptionType.isNull()) in substObjCTypeArgs()1257 if (newExceptionType.getAsOpaquePtr() in substObjCTypeArgs()1261 exceptionTypes.push_back(newExceptionType); in substObjCTypeArgs()