Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp2599 DeclarationMatcher DefinitionOfMethodA = in TEST_P() local
2601 EXPECT_TRUE(matches("class A { void a() {} };", DefinitionOfMethodA)); in TEST_P()
2602 EXPECT_TRUE(notMatches("class A { void a(); };", DefinitionOfMethodA)); in TEST_P()