Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/find-all-symbols/
H A DFindAllSymbols.cpp192 auto EnumConstants = enumConstantDecl( in registerMatchers()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseDefaultMemberInitCheck.cpp207 declRefExpr(to(enumConstantDecl()))); in registerMatchers()
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterODRStrategiesTest.cpp79 BindableMatcher<Decl> getPattern() { return enumConstantDecl(hasName("X")); } in getPattern()
H A DDeclPrinterTest.cpp242 enumDecl(has(enumConstantDecl(hasName("a0")))).bind("id"), in TEST()
H A DStructuralEquivalenceTest.cpp1119 Lang_CXX11, enumConstantDecl()); in TEST_F()
H A DASTImporterTest.cpp2923 enumDecl(has(enumConstantDecl(hasName("THING_VALUE"))), in TEST_P()
5309 ToTU, enumConstantDecl(hasName("A"))); in TEST_P()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp232 REGISTER_MATCHER(enumConstantDecl); in RegistryMaps()
/llvm-project-15.0.7/clang-tools-extra/clang-change-namespace/
H A DChangeNamespace.cpp513 auto UnscopedEnumMatcher = enumConstantDecl(hasParent(enumDecl( in registerMatchers()
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp797 enumConstantDecl; variable
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp236 DeclarationMatcher Matcher = enumConstantDecl(hasName("A")); in TEST_P()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1290 enumConstantDecl;