Home
last modified time | relevance | path

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

/llvm-project/clang/unittests/ASTMatchers/Dynamic/
H A DParserTest.cpp26 uint64_t expectMatcher(StringRef MatcherName) { in expectMatcher() function in clang::ast_matchers::dynamic::__anon417b69980111::MockSema
156 const uint64_t ExpectedFoo = Sema.expectMatcher("Foo"); in TEST()
157 const uint64_t ExpectedBar = Sema.expectMatcher("Bar"); in TEST()
158 const uint64_t ExpectedBaz = Sema.expectMatcher("Baz"); in TEST()
195 Sema.expectMatcher("Foo"); in TEST()