Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1090 QualType newExceptionType = recurse(exceptionType); in VisitFunctionProtoType() local
1091 if (newExceptionType.isNull()) in VisitFunctionProtoType()
1094 if (newExceptionType.getAsOpaquePtr() != exceptionType.getAsOpaquePtr()) in VisitFunctionProtoType()
1097 exceptionTypes.push_back(newExceptionType); in VisitFunctionProtoType()
1386 QualType newExceptionType = exceptionType.substObjCTypeArgs( in VisitFunctionType() local
1388 if (newExceptionType.isNull()) in VisitFunctionType()
1391 if (newExceptionType.getAsOpaquePtr() != exceptionType.getAsOpaquePtr()) in VisitFunctionType()
1394 exceptionTypes.push_back(newExceptionType); in VisitFunctionType()