Searched refs:enumerator_decl (Results 1 – 2 of 2) sorted by relevance
62 for (clang::EnumConstantDecl *enumerator_decl : enum_decl->enumerators()) { in RegisterPersistentDecl()64 ConstString(enumerator_decl->getNameAsString()).GetCString(), in RegisterPersistentDecl()65 enumerator_decl)); in RegisterPersistentDecl()
8984 clang::EnumConstantDecl *enumerator_decl = clang::EnumConstantDecl::Create( in AddEnumerationValueToEnumerationType() local8989 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()