Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DIncludeSorter.cpp138 IncludeLocations[FileName].push_back( in AddInclude()
140 SourceLocations.push_back(IncludeLocations[FileName].back()); in AddInclude()
143 if (IncludeLocations[FileName].size() > 1) in AddInclude()
179 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()
DIncludeSorter.h62 llvm::StringMap<SourceRangeVector> IncludeLocations; variable