Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DType.cpp850 QualType newExceptionType = recurse(exceptionType); in VisitFunctionProtoType() local
851 if (newExceptionType.isNull()) in VisitFunctionProtoType()
854 if (newExceptionType.getAsOpaquePtr() in VisitFunctionProtoType()
858 exceptionTypes.push_back(newExceptionType); in VisitFunctionProtoType()
1166 QualType newExceptionType = exceptionType.substObjCTypeArgs( in substObjCTypeArgs() local
1170 if (newExceptionType.isNull()) in substObjCTypeArgs()
1173 if (newExceptionType.getAsOpaquePtr() in substObjCTypeArgs()
1177 exceptionTypes.push_back(newExceptionType); in substObjCTypeArgs()