Home
last modified time | relevance | path

Searched refs:newExceptionType (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/lib/AST/
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()