Home
last modified time | relevance | path

Searched refs:PrintToken (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang/lib/Tooling/Syntax/
DTokens.cpp836 auto PrintToken = [this](const syntax::Token &T) -> std::string { in dumpForTests() local
842 auto DumpTokens = [this, &PrintToken](llvm::raw_ostream &OS, in dumpForTests()
852 OS << " " << PrintToken(Tokens[I]); in dumpForTests()
889 PrintToken(File.SpelledTokens[M.BeginSpelled]), M.BeginSpelled, in dumpForTests()
892 : PrintToken(File.SpelledTokens[M.EndSpelled]), in dumpForTests()
893 M.EndSpelled, PrintToken(ExpandedTokens[M.BeginExpanded]), in dumpForTests()
894 M.BeginExpanded, PrintToken(ExpandedTokens[M.EndExpanded]), in dumpForTests()