Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBType.i482 ") GetEnumerationIntegerType;
484 GetEnumerationIntegerType();
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBType.h159 lldb::SBType GetEnumerationIntegerType();
/openbsd/gnu/llvm/lldb/source/API/
H A DSBType.cpp344 SBType SBType::GetEnumerationIntegerType() { in GetEnumerationIntegerType() function in SBType
349 m_opaque_sp->GetCompilerType(true).GetEnumerationIntegerType()); in GetEnumerationIntegerType()
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DCompilerType.cpp412 CompilerType CompilerType::GetEnumerationIntegerType() const { in GetEnumerationIntegerType() function in CompilerType
415 return type_system_sp->GetEnumerationIntegerType(m_type); in GetEnumerationIntegerType()
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h254 CompilerType GetEnumerationIntegerType() const;
H A DTypeSystem.h242 GetEnumerationIntegerType(lldb::opaque_compiler_type_t type) = 0;
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h688 GetEnumerationIntegerType(lldb::opaque_compiler_type_t type) override;
944 CompilerType GetEnumerationIntegerType(CompilerType type);
H A DTypeSystemClang.cpp4349 TypeSystemClang::GetEnumerationIntegerType(lldb::opaque_compiler_type_t type) { in GetEnumerationIntegerType() function in TypeSystemClang
4351 return GetEnumerationIntegerType(GetType(GetCanonicalQualType(type))); in GetEnumerationIntegerType()
8499 CompilerType underlying_type = GetEnumerationIntegerType(enum_type); in AddEnumerationValueToEnumerationType()
8509 CompilerType TypeSystemClang::GetEnumerationIntegerType(CompilerType type) { in GetEnumerationIntegerType() function in TypeSystemClang
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1189 CompilerType underlying_type = m_ast.GetEnumerationIntegerType(enum_type); in AddEnumValue()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp832 enumerator_clang_type = m_ast.GetEnumerationIntegerType(clang_type); in ParseEnum()