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
  110     IncludeBucket[Kind].push_back(FileName.str());
  129   if (!IncludeBucket[IncludeKind].empty()) {
  130     for (const std::string &IncludeEntry : IncludeBucket[IncludeKind]) {
  140     const std::string &LastInclude = IncludeBucket[IncludeKind].back();
  152     if (!IncludeBucket[i].empty()) {
  164     const std::string &LastInclude = IncludeBucket[NonEmptyKind].back();
  171   const std::string &FirstInclude = IncludeBucket[NonEmptyKind][0];
  191     std::sort(IncludeBucket[IncludeKind].begin(),
  192               IncludeBucket[IncludeKind].end());
  193     for (const auto &IncludeEntry : IncludeBucket[IncludeKind]) {
  235     IncludeBucket[IncludeKind].clear();