Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp920 bool exceptionChanged = false; in VisitFunctionProtoType() local
929 exceptionChanged = true; in VisitFunctionProtoType()
934 if (exceptionChanged) { in VisitFunctionProtoType()
941 !paramChanged && !exceptionChanged) in VisitFunctionProtoType()
1246 bool exceptionChanged = false; in substObjCTypeArgs() local
1259 exceptionChanged = true; in substObjCTypeArgs()
1264 if (exceptionChanged) { in substObjCTypeArgs()
1272 !paramChanged && !exceptionChanged) in substObjCTypeArgs()