Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertUtils.h379 llvm::SmallSet<SourceLocation, 8> UsageLocations; variable
H A DLoopConvertUtils.cpp495 if (UsageLocations.insert(Begin).second) in addUsage()