Home
last modified time | relevance | path

Searched refs:newExceptionType (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp924 QualType newExceptionType = recurse(exceptionType); in VisitFunctionProtoType() local
925 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() local
1254 if (newExceptionType.isNull()) in substObjCTypeArgs()
1257 if (newExceptionType.getAsOpaquePtr() in substObjCTypeArgs()
1261 exceptionTypes.push_back(newExceptionType); in substObjCTypeArgs()