Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp1227 bool isCheckingPlurality(const Expr *E) const;
1243 bool PluralMisuseChecker::MethodCrawler::isCheckingPlurality( in isCheckingPlurality() function in PluralMisuseChecker::MethodCrawler
1346 if (isCheckingPlurality(Condition)) { in VisitIfStmt()
1376 if (isCheckingPlurality(Condition)) { in VisitConditionalOperator()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dlocalization.m162 // This tests the heuristic that the direct parent IfStmt must match the isCheckingPlurality confit…