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

References

tools/clang/lib/Format/FormatTokenLexer.cpp
  228   if (!At->is(tok::at))
  233   At->Tok.setKind(tok::identifier);
  234   At->TokenText = StringRef(At->TokenText.begin(),
  234   At->TokenText = StringRef(At->TokenText.begin(),
  235                             Keyword->TokenText.end() - At->TokenText.begin());
  236   At->ColumnWidth += Keyword->ColumnWidth;
  237   At->Type = Keyword->Type;