Searched refs:newExceptionType (Results 1 – 1 of 1) 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()