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.cpp365 return GetEnumerationIntegerType().GetTypeInfo() & lldb::eTypeIsSigned; in IsEnumerationIntegerTypeSigned()
618 CompilerType CompilerType::GetEnumerationIntegerType() const { in GetEnumerationIntegerType() function in CompilerType
621 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.h309 CompilerType GetEnumerationIntegerType() const;
H A DTypeSystem.h261 GetEnumerationIntegerType(lldb::opaque_compiler_type_t type) = 0;
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h770 GetEnumerationIntegerType(lldb::opaque_compiler_type_t type) override;
1037 CompilerType GetEnumerationIntegerType(CompilerType type);
H A DTypeSystemClang.cpp4318 TypeSystemClang::GetEnumerationIntegerType(lldb::opaque_compiler_type_t type) { in GetEnumerationIntegerType() function in TypeSystemClang
4320 return GetEnumerationIntegerType(GetType(GetCanonicalQualType(type))); in GetEnumerationIntegerType()
8539 CompilerType underlying_type = GetEnumerationIntegerType(enum_type); in AddEnumerationValueToEnumerationType()
8549 CompilerType TypeSystemClang::GetEnumerationIntegerType(CompilerType type) { in GetEnumerationIntegerType() function in TypeSystemClang
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1187 CompilerType underlying_type = m_ast.GetEnumerationIntegerType(enum_type); in AddEnumValue()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp68733 result = (arg1)->GetEnumerationIntegerType(); in _wrap_SBType_GetEnumerationIntegerType()