Searched refs:enumConstantDecl (Results 1 – 11 of 11) 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()
242 enumDecl(has(enumConstantDecl(hasName("a0")))).bind("id"), in TEST()
1119 Lang_CXX11, enumConstantDecl()); in TEST_F()
2923 enumDecl(has(enumConstantDecl(hasName("THING_VALUE"))), in TEST_P()5309 ToTU, enumConstantDecl(hasName("A"))); in TEST_P()
232 REGISTER_MATCHER(enumConstantDecl); in RegistryMaps()
513 auto UnscopedEnumMatcher = enumConstantDecl(hasParent(enumDecl( in registerMatchers()
797 enumConstantDecl; variable
236 DeclarationMatcher Matcher = enumConstantDecl(hasName("A")); in TEST_P()
1290 enumConstantDecl;