Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
H A DPopulateSwitch.cpp77 const EnumDecl *EnumD = nullptr; member in clang::clangd::__anonfbc9e14d0111::PopulateSwitch
/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp224 if (auto *EnumD = dyn_cast<EnumDecl>(tag)) RequireCompleteDeclContext() local
235 RequireCompleteEnumDecl(EnumDecl * EnumD,SourceLocation L,CXXScopeSpec * SS) RequireCompleteEnumDecl() argument
[all...]
H A DSemaTemplateInstantiateDecl.cpp3408 EnumDecl *EnumD = cast_or_null<EnumDecl>(SemaRef.FindInstantiatedDecl( VisitUsingEnumDecl() local
/llvm-project/clang/lib/AST/
H A DNSAPI.cpp573 EnumD = dyn_cast_or_null<EnumConstantDecl>(DRE->getDecl())) isObjCEnumerator() local
H A DType.cpp2372 EnumDecl *EnumD = cast<EnumType>(CanonicalType)->getDecl(); isIncompleteType() local
/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp953 if (const auto *EnumD = dyn_cast<EnumDecl>(D)) { AddTopLevelDeclarationToHash() local