Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeDocstrings.i331 ) lldb::SBType::GetEnumerationIntegerType;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp367 return GetEnumerationIntegerType().GetTypeInfo() & lldb::eTypeIsSigned; in IsEnumerationIntegerTypeSigned()
628 CompilerType CompilerType::GetEnumerationIntegerType() const { in GetEnumerationIntegerType() function in CompilerType
631 return type_system_sp->GetEnumerationIntegerType(m_type); in GetEnumerationIntegerType()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h195 lldb::SBType GetEnumerationIntegerType();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp435 SBType SBType::GetEnumerationIntegerType() { in GetEnumerationIntegerType() function in SBType
440 m_opaque_sp->GetCompilerType(true).GetEnumerationIntegerType()); in GetEnumerationIntegerType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h317 CompilerType GetEnumerationIntegerType() const;
H A DTypeSystem.h265 GetEnumerationIntegerType(lldb::opaque_compiler_type_t type) = 0;
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h767 GetEnumerationIntegerType(lldb::opaque_compiler_type_t type) override;
1061 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()
8465 CompilerType TypeSystemClang::GetEnumerationIntegerType(CompilerType type) { in GetEnumerationIntegerType() function in TypeSystemClang
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1186 CompilerType underlying_type = m_ast.GetEnumerationIntegerType(enum_type); in AddEnumValue()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp70001 result = (arg1)->GetEnumerationIntegerType(); in _wrap_SBType_GetEnumerationIntegerType()