Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp1283 if (InMatchingStatement) { in VisitCallExpr()
1313 if (InMatchingStatement) { in VisitObjCMessageExpr()
1333 InMatchingStatement = true; in EndVisitIfStmt()
1337 InMatchingStatement = false; in EndVisitIfStmt()
1345 InMatchingStatement = true; in VisitIfStmt()
1348 InMatchingStatement = false; in VisitIfStmt()
1361 InMatchingStatement = true; in TraverseConditionalOperator()
1363 InMatchingStatement = false; in TraverseConditionalOperator()
1365 InMatchingStatement = false; in TraverseConditionalOperator()
1375 InMatchingStatement = true; in VisitConditionalOperator()
[all …]