Home
last modified time | relevance | path

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

/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp2184 DeclarationMatcher DefinitionOfMethodA = in TEST() local
2186 EXPECT_TRUE(matches("class A { void a() {} };", DefinitionOfMethodA)); in TEST()
2187 EXPECT_TRUE(notMatches("class A { void a(); };", DefinitionOfMethodA)); in TEST()