Searched defs:enum_type (Results 1 – 10 of 10) sorted by relevance
68 struct enum_type { struct74 SLIST_ENTRY(enum_type) link; argument
25 typedef int64_t enum_type; typedef
199 void SetTypeName(ConstString enum_type) { m_enum_type = enum_type; } in SetTypeName()
467 auto enum_type = llvm::dyn_cast<PDBSymbolTypeEnum>(&type); in CreateLLDBTypeFromPDBType() local1113 bool PDBASTParser::AddEnumValue(CompilerType enum_type, in AddEnumValue()
1433 if (auto enum_type = llvm::dyn_cast<PDBSymbolTypeEnum>(result.get())) in FindTypesByRegex() local
205 bfd_boolean (*enum_type) member
1639 enum_type (struct dieinfo *dip, struct objfile *objfile) in enum_type() function
3397 const clang::EnumType *enum_type = llvm::dyn_cast<clang::EnumType>( in IsEnumerationType() local5821 const clang::EnumType *enum_type = in ForEachEnumerator() local8957 const CompilerType &enum_type, const Declaration &decl, const char *name, in AddEnumerationValueToEnumerationType()9002 const CompilerType &enum_type, const Declaration &decl, const char *name, in AddEnumerationValueToEnumerationType()
8057 tree enum_type; in tsubst_copy() local
3159 enum_type, /* "enum" types. */ enumerator