Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DIncludeSorter.cpp176 for (const std::string &IncludeEntry : IncludeBucket[IncludeKind]) { in createIncludeInsertion() local
177 if (compareHeaders(FileName, IncludeEntry, Style) < 0) { in createIncludeInsertion()
178 const auto &Location = IncludeLocations[IncludeEntry][0]; in createIncludeInsertion()
181 if (FileName == IncludeEntry) { in createIncludeInsertion()