Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/unittests/clang-query/
H A DQueryEngineTest.cpp51 DynTypedMatcher FnMatcher = functionDecl(); in TEST_F() local
74 EXPECT_TRUE(MatchQuery("functionDecl()", FnMatcher).run(OS, S)); in TEST_F()