Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertUtils.h335 bool aliasUseRequired() const { return ReplaceWithAliasUse; } in aliasUseRequired()
400 bool ReplaceWithAliasUse; variable
H A DLoopConvertUtils.cpp466 CurrStmtParent(nullptr), ReplaceWithAliasUse(false), in ForLoopIndexUseVisitor()
813 ReplaceWithAliasUse = true; in VisitDeclStmt()
816 ReplaceWithAliasUse = true; in VisitDeclStmt()