Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp1196 llvm::SmallVector<const clang::Stmt *, 8> MatchingStatements; member in __anon79a03b4c0611::PluralMisuseChecker::MethodCrawler
1319 MatchingStatements.pop_back(); in EndVisitIfStmt()
1320 if (!MatchingStatements.empty()) { in EndVisitIfStmt()
1321 if (MatchingStatements.back() != nullptr) { in EndVisitIfStmt()
1336 MatchingStatements.push_back(I); in VisitIfStmt()
1339 MatchingStatements.push_back(nullptr); in VisitIfStmt()
1350 MatchingStatements.pop_back(); in TraverseConditionalOperator()
1351 if (!MatchingStatements.empty()) { in TraverseConditionalOperator()
1352 if (MatchingStatements.back() != nullptr) in TraverseConditionalOperator()
1366 MatchingStatements.push_back(C); in VisitConditionalOperator()
[all …]