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

References

tools/clang/tools/clang-refactor/TestSupport.cpp
  319   for (Lex.LexFromRawLexer(Tok); Tok.isNot(tok::eof);
  319   for (Lex.LexFromRawLexer(Tok); Tok.isNot(tok::eof);
  320        Lex.LexFromRawLexer(Tok)) {
  321     if (Tok.isNot(tok::comment))
  324         Source.substr(Tok.getLocation().getRawEncoding(), Tok.getLength());
  324         Source.substr(Tok.getLocation().getRawEncoding(), Tok.getLength());
  344     unsigned Offset = Tok.getEndLoc().getRawEncoding();