Home
last modified time | relevance | path

Searched refs:GetTypeClass (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeDocstrings.i545 %feature("autodoc", "GetTypeClass() -> TypeClass") lldb::SBType::GetTypeClass;
554 ) lldb::SBType::GetTypeClass;
H A DSBTypeExtensions.i67 …type = property(GetTypeClass, None, doc='''A read only property that returns an lldb enumeration v…
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DTypeList.cpp131 match_type_class = the_type->GetForwardCompilerType().GetTypeClass(); in RemoveMismatchedTypes()
202 the_type->GetForwardCompilerType().GetTypeClass(); in RemoveMismatchedTypes()
H A DCompilerType.cpp392 return GetCanonicalType().GetTypeClass() & in IsRecordType()
462 switch (GetTypeClass()) { in GetTypeTag()
538 lldb::TypeClass CompilerType::GetTypeClass() const { in GetTypeClass() function in CompilerType
541 return type_system_sp->GetTypeClass(m_type); in GetTypeClass()
H A DTypeMap.cpp153 match_type_class = the_type->GetForwardCompilerType().GetTypeClass(); in RemoveMismatchedTypes()
H A DVariable.cpp537 const lldb::TypeClass type_class = compiler_type.GetTypeClass(); in PrivateAutoComplete()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h209 lldb::TypeClass GetTypeClass();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp537 lldb::TypeClass SBType::GetTypeClass() { in GetTypeClass() function in SBType
541 return m_opaque_sp->GetCompilerType(true).GetTypeClass(); in GetTypeClass()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h283 lldb::TypeClass GetTypeClass() const;
H A DTypeSystem.h233 virtual lldb::TypeClass GetTypeClass(lldb::opaque_compiler_type_t type) = 0;
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp195 if ((type.GetTypeClass() & (eTypeClassStruct | eTypeClassClass)) == 0) { in TypeHasVTable()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h741 lldb::TypeClass GetTypeClass(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp4067 TypeSystemClang::GetTypeClass(lldb::opaque_compiler_type_t type) { in GetTypeClass() function in TypeSystemClang
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp66118 result = (lldb::TypeClass)(arg1)->GetTypeClass(); in _wrap_SBType_GetTypeClass()