Home
last modified time | relevance | path

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

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