Searched refs:TestAction (Results 1 – 4 of 4) sorted by relevance
27 class TestAction : public clang::ASTFrontendAction { class30 explicit TestAction(clang::ASTConsumer *TestConsumer) in TestAction() function in clang::tooling::__anon8ca7edc50111::TestAction60 new TestAction(new FindTopLevelDeclConsumer(&FoundTopLevelDecl)), "")); in TEST()90 EXPECT_TRUE(runToolOnCode(new TestAction( in TEST()95 EXPECT_TRUE(runToolOnCode(new TestAction( in TEST()
60 return new TestAction(this); in CreateTestAction()76 class TestAction : public ASTFrontendAction {78 TestAction(TestVisitor *Visitor) : Visitor(Visitor) {} in TestAction() function
68 class CommentHandlerAction : public base::TestAction {71 : TestAction(Visitor) { } in CommentHandlerAction()
213 return runToolOnCode(new TestAction(this), Code); in runOver()232 class TestAction : public clang::ASTFrontendAction { class in clang::tooling::__anon899ab6fd0111::TestVisitor234 TestAction(TestVisitor *Visitor) : Visitor(Visitor) {} in TestAction() function in clang::tooling::__anon899ab6fd0111::TestVisitor::TestAction