Searched refs:newExceptionType (Results 1 – 2 of 2) sorted by relevance
850 QualType newExceptionType = recurse(exceptionType); in VisitFunctionProtoType() local851 if (newExceptionType.isNull()) in VisitFunctionProtoType()854 if (newExceptionType.getAsOpaquePtr() in VisitFunctionProtoType()858 exceptionTypes.push_back(newExceptionType); in VisitFunctionProtoType()1166 QualType newExceptionType = exceptionType.substObjCTypeArgs( in substObjCTypeArgs() local1170 if (newExceptionType.isNull()) in substObjCTypeArgs()1173 if (newExceptionType.getAsOpaquePtr() in substObjCTypeArgs()1177 exceptionTypes.push_back(newExceptionType); in substObjCTypeArgs()
1058 QualType newExceptionType = recurse(exceptionType); in VisitFunctionProtoType() local1059 if (newExceptionType.isNull()) in VisitFunctionProtoType()1062 if (newExceptionType.getAsOpaquePtr() != exceptionType.getAsOpaquePtr()) in VisitFunctionProtoType()1065 exceptionTypes.push_back(newExceptionType); in VisitFunctionProtoType()1353 QualType newExceptionType = exceptionType.substObjCTypeArgs( in VisitFunctionType() local1355 if (newExceptionType.isNull()) in VisitFunctionType()1358 if (newExceptionType.getAsOpaquePtr() != exceptionType.getAsOpaquePtr()) in VisitFunctionType()1361 exceptionTypes.push_back(newExceptionType); in VisitFunctionType()