Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp968 int ParenthesesDepth = 1; in getMacroNameAndArgs() local
986 if (ParenthesesDepth != 0) { in getMacroNameAndArgs()
991 while (!(ParenthesesDepth == 1 && in getMacroNameAndArgs()
997 ++ParenthesesDepth; in getMacroNameAndArgs()
1000 --ParenthesesDepth; in getMacroNameAndArgs()
1002 if (ParenthesesDepth == 0) in getMacroNameAndArgs()
1032 int ParenthesesDepth = 1; in getMatchingRParen() local
1033 while (ParenthesesDepth != 0) { in getMatchingRParen()
1042 ++ParenthesesDepth; in getMatchingRParen()
1045 --ParenthesesDepth; in getMatchingRParen()