Searched refs:TestConsumer (Results 1 – 3 of 3) sorted by relevance
252 [&TestConsumer]() { return TestConsumer.blockUntilResult(); }); in checkEventualResultWithTimeout()262 if (TestConsumer.result()) { in checkEventualResultWithTimeout()265 if ((TestConsumer.result() && !TestConsumer.result().value()) || in checkEventualResultWithTimeout()266 !TestConsumer.result()) in checkEventualResultWithTimeout()278 VerifyingConsumer TestConsumer{ in TEST() local311 VerifyingConsumer TestConsumer{ in TEST() local340 VerifyingConsumer TestConsumer{ in TEST() local368 VerifyingConsumer TestConsumer{ in TEST() local400 VerifyingConsumer TestConsumer{ in TEST() local423 VerifyingConsumer TestConsumer{ in TEST() local[all …]
398 std::unique_ptr<ClangRefactorToolConsumerInterface> TestConsumer; in callback() local401 TestConsumer = SelectedSubcommand->getSelection()->createCustomConsumer(); in callback()403 TestConsumer ? TestConsumer.get() : Consumer.get(); in callback()
42 explicit TestAction(std::unique_ptr<clang::ASTConsumer> TestConsumer) in TestAction() argument43 : TestConsumer(std::move(TestConsumer)) {} in TestAction()50 return std::move(TestConsumer); in CreateASTConsumer()54 std::unique_ptr<clang::ASTConsumer> TestConsumer; member in clang::tooling::__anon2081cfad0111::TestAction