HomeSort by relevance Sort by last modified time
    Searched full:decl_names (Results 1 - 1 of 1) sorted by null

  /external/clang/unittests/Frontend/
FrontendActionTest.cpp 36 std::vector<std::string> decl_names; member in class:__anon9794::TestASTFrontendAction
49 decl_names);
56 std::vector<std::string> &decl_names) :
58 decl_names_(decl_names) {}
94 ASSERT_EQ(2U, test_action.decl_names.size());
95 EXPECT_EQ("main", test_action.decl_names[0]);
96 EXPECT_EQ("x", test_action.decl_names[1]);
114 ASSERT_EQ(2U, test_action.decl_names.size());
115 EXPECT_EQ("main", test_action.decl_names[0]);
116 EXPECT_EQ("x", test_action.decl_names[1])
    [all...]

Completed in 135 milliseconds