Searched refs:enumConstantDecl (Results 1 – 4 of 4) sorted by relevance
172 REGISTER_MATCHER(enumConstantDecl); in RegistryMaps()
172 DeclarationMatcher Matcher = enumConstantDecl(hasName("A")); in TEST()
1334 id("decl", enumConstantDecl(in_blink_namespace)); in main()
909 EnumConstantDecl> enumConstantDecl; variable