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

References

tools/clang/lib/Tooling/Syntax/Tokens.cpp
  576   auto DumpTokens = [this, &PrintToken](llvm::raw_ostream &OS,
  586       OS << " " << PrintToken(Tokens[I]);
  623           PrintToken(File.SpelledTokens[M.BeginSpelled]), M.BeginSpelled,
  626               : PrintToken(File.SpelledTokens[M.EndSpelled]),
  627           M.EndSpelled, PrintToken(ExpandedTokens[M.BeginExpanded]),
  628           M.BeginExpanded, PrintToken(ExpandedTokens[M.EndExpanded]),