Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDType.cpp827 QualType newExceptionType = recurse(exceptionType); in VisitFunctionProtoType() local
828 if (newExceptionType.isNull()) in VisitFunctionProtoType()
831 if (newExceptionType.getAsOpaquePtr() in VisitFunctionProtoType()
835 exceptionTypes.push_back(newExceptionType); in VisitFunctionProtoType()
1146 QualType newExceptionType = exceptionType.substObjCTypeArgs( in substObjCTypeArgs() local
1150 if (newExceptionType.isNull()) in substObjCTypeArgs()
1153 if (newExceptionType.getAsOpaquePtr() in substObjCTypeArgs()
1157 exceptionTypes.push_back(newExceptionType); in substObjCTypeArgs()