reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/extra/clang-tidy/utils/IncludeSorter.cpp
   98   IncludeLocations[FileName].push_back(
  100   SourceLocations.push_back(IncludeLocations[FileName].back());
  103   if (IncludeLocations[FileName].size() > 1)
  132         const auto &Location = IncludeLocations[IncludeEntry][0];
  141     SourceRange LastIncludeLocation = IncludeLocations[LastInclude].back();
  165     SourceRange LastIncludeLocation = IncludeLocations[LastInclude].back();
  172   SourceRange FirstIncludeLocation = IncludeLocations[FirstInclude].back();
  194       auto &Location = IncludeLocations[IncludeEntry];
  274   IncludeLocations.clear();