Home
last modified time | relevance | path

Searched defs:EnumConstantDecl (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/
H A DSymbolInfo.h35 EnumConstantDecl, enumerator
H A DFindAllSymbols.cpp28 AST_MATCHER(EnumConstantDecl, isInScopedEnum) { in AST_MATCHER() argument
/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp231 TEST_P(ASTMatchersTest,EnumConstantDecl) TEST_P() argument
/llvm-project/clang/lib/AST/
H A DDecl.cpp5434 EnumConstantDecl::EnumConstantDecl(const ASTContext &C, DeclContext *DC, EnumConstantDecl() function in EnumConstantDecl
[all...]
/llvm-project/clang/include/clang/Sema/
H A DSema.h133 class EnumConstantDecl; global() variable
/llvm-project/clang/unittests/AST/
H A DASTImporterTest.cpp6027 TEST_P(ASTImporterLookupTableTest,EnumConstantDecl) TEST_P() argument