Searched refs:newExceptionType (Results 1 – 1 of 1) sorted by relevance
827 QualType newExceptionType = recurse(exceptionType); in VisitFunctionProtoType() local828 if (newExceptionType.isNull()) in VisitFunctionProtoType()831 if (newExceptionType.getAsOpaquePtr() in VisitFunctionProtoType()835 exceptionTypes.push_back(newExceptionType); in VisitFunctionProtoType()1146 QualType newExceptionType = exceptionType.substObjCTypeArgs( in substObjCTypeArgs() local1150 if (newExceptionType.isNull()) in substObjCTypeArgs()1153 if (newExceptionType.getAsOpaquePtr() in substObjCTypeArgs()1157 exceptionTypes.push_back(newExceptionType); in substObjCTypeArgs()