Searched refs:enutype (Results 1 – 1 of 1) sorted by relevance
7372 const clang::EnumType *enutype = in GetAsEnumDecl() local7374 if (enutype) in GetAsEnumDecl()7375 return enutype->getDecl(); in GetAsEnumDecl()8451 const clang::EnumType *enutype = qual_type->getAs<clang::EnumType>(); in CompleteTagDeclarationDefinition() local8453 if (!enutype) in CompleteTagDeclarationDefinition()8455 clang::EnumDecl *enum_decl = enutype->getDecl(); in CompleteTagDeclarationDefinition()8512 const clang::EnumType *enutype = llvm::dyn_cast<clang::EnumType>(clang_type); in AddEnumerationValueToEnumerationType() local8514 if (!enutype) in AddEnumerationValueToEnumerationType()8520 enumerator_decl->setDeclContext(enutype->getDecl()); in AddEnumerationValueToEnumerationType()8523 enumerator_decl->setType(clang::QualType(enutype, 0)); in AddEnumerationValueToEnumerationType()[all …]