Searched refs:MatcherInfo (Results 1 - 1 of 1) sorted by relevance

/external/clang/unittests/ASTMatchers/Dynamic/
H A DParserTest.cpp55 MatcherInfo ToStore = { Matcher->first, NameRange, Args, BindID };
60 struct MatcherInfo { struct in class:clang::ast_matchers::dynamic::__anon19535::MockSema
69 std::vector<MatcherInfo> Matchers;
132 const MockSema::MatcherInfo Bar = Sema.Matchers[0];
138 const MockSema::MatcherInfo Baz = Sema.Matchers[1];
144 const MockSema::MatcherInfo Foo = Sema.Matchers[2];

Completed in 57 milliseconds