Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DIncludeSorter.cpp137 IncludeLocations[FileName].push_back( in addInclude()
139 SourceLocations.push_back(IncludeLocations[FileName].back()); in addInclude()
142 if (IncludeLocations[FileName].size() > 1) in addInclude()
178 const auto &Location = IncludeLocations[IncludeEntry][0]; in createIncludeInsertion()
188 SourceRange LastIncludeLocation = IncludeLocations[LastInclude].back(); in createIncludeInsertion()
212 SourceRange LastIncludeLocation = IncludeLocations[LastInclude].back(); in createIncludeInsertion()
219 SourceRange FirstIncludeLocation = IncludeLocations[FirstInclude].back(); in createIncludeInsertion()
H A DIncludeSorter.h62 llvm::StringMap<SourceRangeVector> IncludeLocations; variable