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

References

tools/clang/lib/Format/FormatTokenLexer.cpp
  580     Type = TT_ConflictStart;
  583     Type = TT_ConflictAlternative;
  585     Type = TT_ConflictEnd;
  588   if (Type != TT_Unknown) {
  595     Tokens.back()->Type = Type;