Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDType.cpp992 QualType newExceptionType = recurse(exceptionType); in VisitFunctionProtoType() local
993 if (newExceptionType.isNull()) in VisitFunctionProtoType()
996 if (newExceptionType.getAsOpaquePtr() != exceptionType.getAsOpaquePtr()) in VisitFunctionProtoType()
999 exceptionTypes.push_back(newExceptionType); in VisitFunctionProtoType()
1290 QualType newExceptionType = exceptionType.substObjCTypeArgs( in VisitFunctionType() local
1292 if (newExceptionType.isNull()) in VisitFunctionType()
1295 if (newExceptionType.getAsOpaquePtr() != exceptionType.getAsOpaquePtr()) in VisitFunctionType()
1298 exceptionTypes.push_back(newExceptionType); in VisitFunctionType()