Home
last modified time | relevance | path

Searched refs:enumerator_decl (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.cpp62 for (clang::EnumConstantDecl *enumerator_decl : enum_decl->enumerators()) { in RegisterPersistentDecl()
64 ConstString(enumerator_decl->getNameAsString()).GetCString(), in RegisterPersistentDecl()
65 enumerator_decl)); in RegisterPersistentDecl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp8984 clang::EnumConstantDecl *enumerator_decl = clang::EnumConstantDecl::Create( in AddEnumerationValueToEnumerationType() local
8989 if (!enumerator_decl) in AddEnumerationValueToEnumerationType()
8992 enutype->getDecl()->addDecl(enumerator_decl); in AddEnumerationValueToEnumerationType()
8995 VerifyDecl(enumerator_decl); in AddEnumerationValueToEnumerationType()
8998 return enumerator_decl; in AddEnumerationValueToEnumerationType()