Home
last modified time | relevance | path

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

/external/clang/unittests/ASTMatchers/Dynamic/
DParserTest.cpp59 MatcherInfo ToStore = { Matcher->first, NameRange, Args, BindID }; in actOnMatcherExpression()
64 struct MatcherInfo { struct in clang::ast_matchers::dynamic::__anon235f7da70111::MockSema
73 std::vector<MatcherInfo> Matchers;
140 const MockSema::MatcherInfo Bar = Sema.Matchers[0]; in TEST()
146 const MockSema::MatcherInfo Baz = Sema.Matchers[1]; in TEST()
152 const MockSema::MatcherInfo Foo = Sema.Matchers[2]; in TEST()
/external/llvm-project/clang/unittests/ASTMatchers/Dynamic/
DParserTest.cpp57 MatcherInfo ToStore = {Matcher->first, NameRange, Args, in actOnMatcherExpression()
63 struct MatcherInfo { struct in clang::ast_matchers::dynamic::__anon05ef4e750111::MockSema
72 std::vector<MatcherInfo> Matchers;
163 const MockSema::MatcherInfo Bar = Sema.Matchers[0]; in TEST()
169 const MockSema::MatcherInfo Baz = Sema.Matchers[1]; in TEST()
175 const MockSema::MatcherInfo Foo = Sema.Matchers[2]; in TEST()