Searched defs:enum_type (Results 1 – 7 of 7) sorted by relevance
66 struct enum_type { struct72 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()
473 auto enum_type = llvm::dyn_cast<PDBSymbolTypeEnum>(&type); in CreateLLDBTypeFromPDBType() local1152 bool PDBASTParser::AddEnumValue(CompilerType enum_type, in AddEnumValue()
1491 if (auto enum_type = llvm::dyn_cast<PDBSymbolTypeEnum>(result.get())) in FindTypesByRegex() local
461 CompilerType enum_type = m_ast->CreateEnumerationType( in CreateEnum() local
3184 const clang::EnumType *enum_type = llvm::dyn_cast<clang::EnumType>( in IsEnumerationType() local3200 const clang::EnumType *enum_type = llvm::dyn_cast<clang::EnumType>( in IsScopedEnumerationType() local5489 const clang::EnumType *enum_type = in ForEachEnumerator() local7527 if (const EnumType *enum_type = qt->getAs<EnumType>()) { in SetIntegerInitializerForVariable() local8325 const CompilerType &enum_type, const Declaration &decl, const char *name, in AddEnumerationValueToEnumerationType()8372 const CompilerType &enum_type, const Declaration &decl, const char *name, in AddEnumerationValueToEnumerationType()8387 const auto *enum_type = llvm::dyn_cast_or_null<clang::EnumType>(clang_type); in GetEnumerationIntegerType() local