Lines Matching refs:decl_names
36 std::vector<std::string> decl_names; member in __anonf2c894640111::TestASTFrontendAction
49 decl_names); in CreateASTConsumer()
56 std::vector<std::string> &decl_names) : in Visitor() argument
58 decl_names_(decl_names) {} in Visitor()
94 ASSERT_EQ(2U, test_action.decl_names.size()); in TEST()
95 EXPECT_EQ("main", test_action.decl_names[0]); in TEST()
96 EXPECT_EQ("x", test_action.decl_names[1]); in TEST()
114 ASSERT_EQ(2U, test_action.decl_names.size()); in TEST()
115 EXPECT_EQ("main", test_action.decl_names[0]); in TEST()
116 EXPECT_EQ("x", test_action.decl_names[1]); in TEST()
142 ASSERT_EQ(13U, test_action.decl_names.size()); in TEST()
143 EXPECT_EQ("A", test_action.decl_names[0]); in TEST()
144 EXPECT_EQ("c", test_action.decl_names[12]); in TEST()