Searched refs:enutype (Results 1 – 1 of 1) sorted by relevance
7060 const clang::EnumType *enutype = in GetAsEnumDecl() local7062 if (enutype) in GetAsEnumDecl()7063 return enutype->getDecl(); in GetAsEnumDecl()8102 const clang::EnumType *enutype = qual_type->getAs<clang::EnumType>(); in CompleteTagDeclarationDefinition() local8104 if (!enutype) in CompleteTagDeclarationDefinition()8106 clang::EnumDecl *enum_decl = enutype->getDecl(); in CompleteTagDeclarationDefinition()8166 const clang::EnumType *enutype = llvm::dyn_cast<clang::EnumType>(clang_type); in AddEnumerationValueToEnumerationType() local8168 if (!enutype) in AddEnumerationValueToEnumerationType()8173 enumerator_decl->setDeclContext(enutype->getDecl()); in AddEnumerationValueToEnumerationType()8176 enumerator_decl->setType(clang::QualType(enutype, 0)); in AddEnumerationValueToEnumerationType()[all …]