Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DType.cpp846 bool exceptionChanged = false; in VisitFunctionProtoType() local
856 exceptionChanged = true; in VisitFunctionProtoType()
861 if (exceptionChanged) { in VisitFunctionProtoType()
868 !paramChanged && !exceptionChanged) in VisitFunctionProtoType()
1162 bool exceptionChanged = false; in substObjCTypeArgs() local
1175 exceptionChanged = true; in substObjCTypeArgs()
1180 if (exceptionChanged) { in substObjCTypeArgs()
1188 !paramChanged && !exceptionChanged) in substObjCTypeArgs()
/external/llvm-project/clang/lib/AST/
DType.cpp1054 bool exceptionChanged = false; in VisitFunctionProtoType() local
1063 exceptionChanged = true; in VisitFunctionProtoType()
1068 if (exceptionChanged) { in VisitFunctionProtoType()
1075 !paramChanged && !exceptionChanged) in VisitFunctionProtoType()
1349 bool exceptionChanged = false; in VisitFunctionType() local
1359 exceptionChanged = true; in VisitFunctionType()
1364 if (exceptionChanged) { in VisitFunctionType()
1372 !paramChanged && !exceptionChanged) in VisitFunctionType()