Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DType.cpp1068 QualType newExceptionType = recurse(exceptionType); in VisitFunctionProtoType() local
1069 if (newExceptionType.isNull()) in VisitFunctionProtoType()
1072 if (newExceptionType.getAsOpaquePtr() != exceptionType.getAsOpaquePtr()) in VisitFunctionProtoType()
1075 exceptionTypes.push_back(newExceptionType); in VisitFunctionProtoType()
1364 QualType newExceptionType = exceptionType.substObjCTypeArgs( in VisitFunctionType() local
1366 if (newExceptionType.isNull()) in VisitFunctionType()
1369 if (newExceptionType.getAsOpaquePtr() != exceptionType.getAsOpaquePtr()) in VisitFunctionType()
1372 exceptionTypes.push_back(newExceptionType); in VisitFunctionType()