Home
last modified time | relevance | path

Searched refs:GetTypeClass (Results 1 – 12 of 12) 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 value (see enumerations that start with "lldb.eTypeClass") that represents a classification for this type.''')
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp413 return GetCanonicalType().GetTypeClass() & in IsRecordType()
483 switch (GetTypeClass()) { in GetTypeTag()
559 lldb::TypeClass CompilerType::GetTypeClass() const { in GetTypeClass() function in CompilerType
562 return type_system_sp->GetTypeClass(m_type); in GetTypeClass()
H A DVariable.cpp541 const lldb::TypeClass type_class = compiler_type.GetTypeClass(); in PrivateAutoComplete()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h242 lldb::TypeClass GetTypeClass();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp638 lldb::TypeClass SBType::GetTypeClass() { in GetTypeClass() function in SBType
642 return m_opaque_sp->GetCompilerType(true).GetTypeClass(); in GetTypeClass()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h289 lldb::TypeClass GetTypeClass() const;
H A DTypeSystem.h247 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.h752 lldb::TypeClass GetTypeClass(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp4104 TypeSystemClang::GetTypeClass(lldb::opaque_compiler_type_t type) { in GetTypeClass() function in TypeSystemClang
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp69346 result = (lldb::TypeClass)(arg1)->GetTypeClass(); in _wrap_SBType_GetTypeClass()