Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Tooling/Syntax/
DTokens.h137 std::string dumpForTests(const SourceManager &SM) const;
307 std::string dumpForTests() const;
/external/llvm-project/clang/lib/Tooling/Syntax/
DTokens.cpp612 << syntax::Token(T).dumpForTests( in TokenCollector()
783 llvm::errs() << L << Result.ExpandedTokens[I].dumpForTests(SM) << "\n"; in diagnoseAdvanceFailure()
830 std::string syntax::Token::dumpForTests(const SourceManager &SM) const { in dumpForTests() function in syntax::Token
835 std::string TokenBuffer::dumpForTests() const { in dumpForTests() function in TokenBuffer
/external/llvm-project/clang/unittests/Tooling/Syntax/
DTokensTest.cpp148 return Buffer.dumpForTests(); in collectAndDump()