Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:enumDecl

745   EXPECT_TRUE(notMatches("class X {};", enumDecl(hasName("X"))));
749 EXPECT_TRUE(matches("enum X {};", enumDecl(hasName("X"))));
858 qualType(hasDeclaration(enumDecl(hasName("X")))))))));