Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp1058 QualType newExceptionType = recurse(exceptionType); in VisitFunctionProtoType() local
1059 if (newExceptionType.isNull()) in VisitFunctionProtoType()
1062 if (newExceptionType.getAsOpaquePtr() != exceptionType.getAsOpaquePtr()) in VisitFunctionProtoType()
1065 exceptionTypes.push_back(newExceptionType); in VisitFunctionProtoType()
1353 QualType newExceptionType = exceptionType.substObjCTypeArgs( in VisitFunctionType() local
1355 if (newExceptionType.isNull()) in VisitFunctionType()
1358 if (newExceptionType.getAsOpaquePtr() != exceptionType.getAsOpaquePtr()) in VisitFunctionType()
1361 exceptionTypes.push_back(newExceptionType); in VisitFunctionType()