Searched refs:test_action (Results 1 – 2 of 2) sorted by relevance
96 TestASTFrontendAction test_action; in TEST() 97 ASSERT_TRUE(compiler.ExecuteAction(test_action)); in TEST() 98 ASSERT_EQ(2U, test_action.decl_names.size()); in TEST() 99 EXPECT_EQ("main", test_action.decl_names[0]); in TEST() 100 EXPECT_EQ("x", test_action.decl_names[1]); in TEST() 116 TestASTFrontendAction test_action(/*enableIncrementalProcessing=*/true); in TEST() 117 ASSERT_TRUE(compiler.ExecuteAction(test_action)); in TEST() 118 ASSERT_EQ(2U, test_action.decl_names.size()); in TEST() 119 EXPECT_EQ("main", test_action.decl_names[0]); in TEST() 120 EXPECT_EQ("x", test_action in TEST() 95 TestASTFrontendAction test_action; TEST() local 115 TestASTFrontendAction test_action(/*enableIncrementalProcessing=*/true); TEST() local 142 TestASTFrontendAction test_action(/*enableIncrementalProcessing=*/true, TEST() local [all...]
50 def test_action(self): member in SplitTest