Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp7060 const clang::EnumType *enutype = in GetAsEnumDecl() local
7062 if (enutype) in GetAsEnumDecl()
7063 return enutype->getDecl(); in GetAsEnumDecl()
8102 const clang::EnumType *enutype = qual_type->getAs<clang::EnumType>(); in CompleteTagDeclarationDefinition() local
8104 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() local
8168 if (!enutype) in AddEnumerationValueToEnumerationType()
8173 enumerator_decl->setDeclContext(enutype->getDecl()); in AddEnumerationValueToEnumerationType()
8176 enumerator_decl->setType(clang::QualType(enutype, 0)); in AddEnumerationValueToEnumerationType()
[all …]