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

References

tools/clang/lib/Format/Format.cpp
 1898   unsigned IncludesBeginOffset = Includes.front().Offset;
 1900       Includes.back().Offset + Includes.back().Text.size();
 1900       Includes.back().Offset + Includes.back().Text.size();
 1905   for (unsigned i = 0, e = Includes.size(); i != e; ++i) {
 1909     return std::tie(Includes[LHSI].Priority, Includes[LHSI].Filename) <
 1909     return std::tie(Includes[LHSI].Priority, Includes[LHSI].Filename) <
 1910            std::tie(Includes[RHSI].Priority, Includes[RHSI].Filename);
 1910            std::tie(Includes[RHSI].Priority, Includes[RHSI].Filename);
 1919         FindCursorIndex(Includes, Indices, *Cursor);
 1924                               return Includes[LHSI].Text == Includes[RHSI].Text;
 1924                               return Includes[LHSI].Text == Includes[RHSI].Text;
 1928   int CurrentCategory = Includes.front().Category;
 1936   if (Indices.size() == Includes.size() &&
 1947           CurrentCategory != Includes[Index].Category)
 1950     result += Includes[Index].Text;
 1953     CurrentCategory = Includes[Index].Category;
 1963       FileName, Includes.front().Offset, IncludesBlockSize, result));