Searched refs:enum_decl (Results 1 – 1 of 1) sorted by relevance
92 const clang::EnumDecl *enum_decl = llvm::dyn_cast<clang::EnumDecl>(tag_decl); in GetAnonymousEnum() local93 if (!enum_decl || enum_decl->hasNameForLinkage()) { in GetAnonymousEnum()96 return enum_decl; in GetAnonymousEnum()602 if (const clang::EnumDecl *enum_decl = in SetupRecordFields() local605 key_for_type_id = GetKeyForTypeId(enum_decl->getIntegerType()); in SetupRecordFields()