Searched refs:decl_names (Results 1 – 1 of 1) sorted by relevance
40 std::vector<std::string> decl_names; member in __anonff6a0b330111::TestASTFrontendAction52 decl_names); in CreateASTConsumer()61 decl_names_(decl_names) {} in Visitor()97 ASSERT_EQ(2U, test_action.decl_names.size()); in TEST()98 EXPECT_EQ("main", test_action.decl_names[0]); in TEST()99 EXPECT_EQ("x", test_action.decl_names[1]); in TEST()117 ASSERT_EQ(2U, test_action.decl_names.size()); in TEST()118 EXPECT_EQ("main", test_action.decl_names[0]); in TEST()119 EXPECT_EQ("x", test_action.decl_names[1]); in TEST()146 EXPECT_EQ("A", test_action.decl_names[0]); in TEST()[all …]