Home
last modified time | relevance | path

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

/external/clang/unittests/ASTMatchers/Dynamic/
DRegistryTest.cpp483 CompVector NamedDeclComps = getCompletions("namedDecl", 0); in TEST_F() local
485 hasCompletion(NamedDeclComps, "isPublic()", "Matcher<Decl> isPublic()")); in TEST_F()
486 EXPECT_TRUE(hasCompletion(NamedDeclComps, "hasName(\"", in TEST_F()