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.cpp1202 llvm::SmallVector<const clang::Stmt *, 8> MatchingStatements; member in __anon79a03b4c0611::PluralMisuseChecker::MethodCrawler
1325 MatchingStatements.pop_back(); in EndVisitIfStmt()
1326 if (!MatchingStatements.empty()) { in EndVisitIfStmt()
1327 if (MatchingStatements.back() != nullptr) { in EndVisitIfStmt()
1342 MatchingStatements.push_back(I); in VisitIfStmt()
1345 MatchingStatements.push_back(nullptr); in VisitIfStmt()
1356 MatchingStatements.pop_back(); in TraverseConditionalOperator()
1357 if (!MatchingStatements.empty()) { in TraverseConditionalOperator()
1358 if (MatchingStatements.back() != nullptr) in TraverseConditionalOperator()
1372 MatchingStatements.push_back(C); in VisitConditionalOperator()
[all …]