Searched defs:enum_type (Results 1 – 10 of 10) sorted by relevance
65 struct enum_type { struct71 SLIST_ENTRY(enum_type) link; argument
32 const FieldEnum *enum_type) in Field()293 const FieldEnum *enum_type = field.GetEnum(); in DumpEnums() local321 if (const FieldEnum *enum_type = field.GetEnum()) { in EnumsToXML() local417 if (const FieldEnum *enum_type = GetEnum()) in ToXML() local
25 typedef int64_t enum_type; typedef
71 if (const FieldEnum *enum_type = field.GetEnum()) { in GetRegisterType() local
205 void SetTypeName(ConstString enum_type) { m_enum_type = enum_type; } in SetTypeName()
473 auto enum_type = llvm::dyn_cast<PDBSymbolTypeEnum>(&type); in CreateLLDBTypeFromPDBType() local1151 bool PDBASTParser::AddEnumValue(CompilerType enum_type, in AddEnumValue()
1476 if (auto enum_type = llvm::dyn_cast<PDBSymbolTypeEnum>(result.get())) in FindTypesByRegex() local
2662 const clang::EnumType *enum_type = in GetCompleteEnumType() local3264 const clang::EnumType *enum_type = llvm::dyn_cast<clang::EnumType>( in IsEnumerationType() local3280 const clang::EnumType *enum_type = llvm::dyn_cast<clang::EnumType>( in IsScopedEnumerationType() local5550 const clang::EnumType *enum_type = in ForEachEnumerator() local7610 if (const EnumType *enum_type = qt->getAs<EnumType>()) { in SetIntegerInitializerForVariable() local8407 const CompilerType &enum_type, const Declaration &decl, const char *name, in AddEnumerationValueToEnumerationType()8455 const CompilerType &enum_type, const Declaration &decl, const char *name, in AddEnumerationValueToEnumerationType()8468 const auto *enum_type = llvm::dyn_cast_or_null<clang::EnumType>(clang_type); in GetEnumerationIntegerType() local
459 CompilerType enum_type = m_ast->CreateEnumerationType( in CreateEnum() local
4514 const FieldEnum *enum_type = nullptr; in ParseFlagsFields() local4672 for (const auto &enum_type : registers_enum_types) in ParseRegisters() local