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

References

tools/clang/lib/Tooling/Inclusions/HeaderIncludes.cpp
  271   if (CategoryEndOffsets.find(*Highest) == CategoryEndOffsets.end()) {
  271   if (CategoryEndOffsets.find(*Highest) == CategoryEndOffsets.end()) {
  273       CategoryEndOffsets[*Highest] = FirstIncludeOffset;
  275       CategoryEndOffsets[*Highest] = MinInsertOffset;
  282     if (CategoryEndOffsets.find(*I) == CategoryEndOffsets.end())
  282     if (CategoryEndOffsets.find(*I) == CategoryEndOffsets.end())
  283       CategoryEndOffsets[*I] = CategoryEndOffsets[*std::prev(I)];
  283       CategoryEndOffsets[*I] = CategoryEndOffsets[*std::prev(I)];
  298     CategoryEndOffsets[Priority] = NextLineOffset;
  322   auto CatOffset = CategoryEndOffsets.find(Priority);
  323   assert(CatOffset != CategoryEndOffsets.end());