Searched refs:isCheckingPlurality (Results 1 – 2 of 2) sorted by relevance
1227 bool isCheckingPlurality(const Expr *E) const;1243 bool PluralMisuseChecker::MethodCrawler::isCheckingPlurality( in isCheckingPlurality() function in PluralMisuseChecker::MethodCrawler1346 if (isCheckingPlurality(Condition)) { in VisitIfStmt()1376 if (isCheckingPlurality(Condition)) { in VisitConditionalOperator()
162 // This tests the heuristic that the direct parent IfStmt must match the isCheckingPlurality confit…