Searched refs:enumConstantDecl (Results 1 – 13 of 13) sorted by relevance
192 auto EnumConstants = enumConstantDecl( in registerMatchers()
207 declRefExpr(to(enumConstantDecl()))); in registerMatchers()
79 BindableMatcher<Decl> getPattern() { return enumConstantDecl(hasName("X")); } in getPattern()
293 enumDecl(has(enumConstantDecl(hasName("a0")))).bind("id"), in TEST()
2712 enumDecl(has(enumConstantDecl(hasName("THING_VALUE"))), in TEST_P()4667 ToTU, enumConstantDecl(hasName("A"))); in TEST_P()
172 REGISTER_MATCHER(enumConstantDecl); in RegistryMaps()
219 REGISTER_MATCHER(enumConstantDecl); in RegistryMaps()
774 enumConstantDecl; variable
513 auto UnscopedEnumMatcher = enumConstantDecl(hasParent(enumDecl( in registerMatchers()
172 DeclarationMatcher Matcher = enumConstantDecl(hasName("A")); in TEST()
236 DeclarationMatcher Matcher = enumConstantDecl(hasName("A")); in TEST_P()
909 EnumConstantDecl> enumConstantDecl; variable
1270 enumConstantDecl;