Searched refs:dumpForTests (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTokens.h137 std::string dumpForTests(const SourceManager &SM) const;
260 std::string dumpForTests() const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp400 << syntax::Token(T).dumpForTests(
558 llvm::errs() << L << Result.ExpandedTokens[I].dumpForTests(SM) << "\n";
605 std::string syntax::Token::dumpForTests(const SourceManager &SM) const { function in class:syntax::Token
609 std::string TokenBuffer::dumpForTests() const { function in class:TokenBuffer

Completed in 60 milliseconds