Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DLoopConvertUtils.h335 bool aliasUseRequired() const { return ReplaceWithAliasUse; } in aliasUseRequired()
400 bool ReplaceWithAliasUse; variable
DLoopConvertUtils.cpp460 CurrStmtParent(nullptr), ReplaceWithAliasUse(false), in ForLoopIndexUseVisitor()
807 ReplaceWithAliasUse = true; in VisitDeclStmt()
810 ReplaceWithAliasUse = true; in VisitDeclStmt()