Home
last modified time | relevance | path

Searched refs:exceptionChanged (Results 1 – 1 of 1) 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()