Home
last modified time | relevance | path

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

/external/clang/unittests/Tooling/
DToolingTest.cpp27 class TestAction : public clang::ASTFrontendAction { class
30 explicit TestAction(clang::ASTConsumer *TestConsumer) in TestAction() function in clang::tooling::__anon8ca7edc50111::TestAction
60 new TestAction(new FindTopLevelDeclConsumer(&FoundTopLevelDecl)), "")); in TEST()
90 EXPECT_TRUE(runToolOnCode(new TestAction( in TEST()
95 EXPECT_TRUE(runToolOnCode(new TestAction( in TEST()
DTestVisitor.h60 return new TestAction(this); in CreateTestAction()
76 class TestAction : public ASTFrontendAction {
78 TestAction(TestVisitor *Visitor) : Visitor(Visitor) {} in TestAction() function
DCommentHandlerTest.cpp68 class CommentHandlerAction : public base::TestAction {
71 : TestAction(Visitor) { } in CommentHandlerAction()
DRefactoringTest.cpp213 return runToolOnCode(new TestAction(this), Code); in runOver()
232 class TestAction : public clang::ASTFrontendAction { class in clang::tooling::__anon899ab6fd0111::TestVisitor
234 TestAction(TestVisitor *Visitor) : Visitor(Visitor) {} in TestAction() function in clang::tooling::__anon899ab6fd0111::TestVisitor::TestAction