Searched refs:findAndVerifyUsages (Results 1 – 3 of 3) sorted by relevance
307 bool findAndVerifyUsages(const Stmt *Body);
466 bool ForLoopIndexUseVisitor::findAndVerifyUsages(const Stmt *Body) { in findAndVerifyUsages() function in clang::tidy::modernize::ForLoopIndexUseVisitor
951 if (!Finder.findAndVerifyUsages(Loop->getBody())) in check()