Home
last modified time | relevance | path

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

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