Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp1064 QualType newExceptionType = recurse(exceptionType); in VisitFunctionProtoType() local
1065 if (newExceptionType.isNull()) in VisitFunctionProtoType()
1068 if (newExceptionType.getAsOpaquePtr() != exceptionType.getAsOpaquePtr()) in VisitFunctionProtoType()
1071 exceptionTypes.push_back(newExceptionType); in VisitFunctionProtoType()
1359 QualType newExceptionType = exceptionType.substObjCTypeArgs( in VisitFunctionType() local
1361 if (newExceptionType.isNull()) in VisitFunctionType()
1364 if (newExceptionType.getAsOpaquePtr() != exceptionType.getAsOpaquePtr()) in VisitFunctionType()
1367 exceptionTypes.push_back(newExceptionType); in VisitFunctionType()