Home
last modified time | relevance | path

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

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