Home
last modified time | relevance | path

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

/external/llvm-project/clang/unittests/Tooling/Syntax/
DTokensTest.cpp146 std::string collectAndDump(llvm::StringRef Code) { in collectAndDump() function in __anonedbc82220111::TokenCollectorTest
346 EXPECT_EQ(collectAndDump(Test.first), Test.second) in TEST_F()
347 << collectAndDump(Test.first); in TEST_F()
411 EXPECT_EQ(collectAndDump(Code), Expected); in TEST_F()
525 std::string Dump = collectAndDump(Test.first); in TEST_F()
584 EXPECT_THAT(collectAndDump(Code), StartsWith(ExpectedTokens)); in TEST_F()
624 EXPECT_EQ(Expected, collectAndDump(Code)) in TEST_F()
625 << "input: " << Code << "\nresults: " << collectAndDump(Code); in TEST_F()