Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7372 const clang::EnumType *enutype = in GetAsEnumDecl() local
7374 if (enutype) in GetAsEnumDecl()
7375 return enutype->getDecl(); in GetAsEnumDecl()
8451 const clang::EnumType *enutype = qual_type->getAs<clang::EnumType>(); in CompleteTagDeclarationDefinition() local
8453 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() local
8514 if (!enutype) in AddEnumerationValueToEnumerationType()
8520 enumerator_decl->setDeclContext(enutype->getDecl()); in AddEnumerationValueToEnumerationType()
8523 enumerator_decl->setType(clang::QualType(enutype, 0)); in AddEnumerationValueToEnumerationType()
[all …]