Home
last modified time | relevance | path

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

/external/clang/unittests/Frontend/
DFrontendActionTest.cpp36 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()
[all …]