Searched defs:enum_type (Results 1 – 6 of 6) sorted by relevance
68 struct enum_type { struct74 SLIST_ENTRY(enum_type) link; argument
25 typedef int64_t enum_type; typedef
200 void SetTypeName(ConstString enum_type) { m_enum_type = enum_type; } in SetTypeName()
465 auto enum_type = llvm::dyn_cast<PDBSymbolTypeEnum>(&type); in CreateLLDBTypeFromPDBType() local1143 bool PDBASTParser::AddEnumValue(CompilerType enum_type, in AddEnumValue()
1486 if (auto enum_type = llvm::dyn_cast<PDBSymbolTypeEnum>(result.get())) in FindTypesByRegex() local
3206 const clang::EnumType *enum_type = llvm::dyn_cast<clang::EnumType>( in IsEnumerationType() local3222 const clang::EnumType *enum_type = llvm::dyn_cast<clang::EnumType>( in IsScopedEnumerationType() local5515 const clang::EnumType *enum_type = in ForEachEnumerator() local7491 if (const EnumType *enum_type = llvm::dyn_cast<EnumType>(qt.getTypePtr())) { in SetIntegerInitializerForVariable() local8273 const CompilerType &enum_type, const Declaration &decl, const char *name, in AddEnumerationValueToEnumerationType()8319 const CompilerType &enum_type, const Declaration &decl, const char *name, in AddEnumerationValueToEnumerationType()8334 const auto *enum_type = llvm::dyn_cast_or_null<clang::EnumType>(clang_type); in GetEnumerationIntegerType() local