Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DTypeList.cpp138 match_type_class = the_type->GetForwardCompilerType().GetTypeClass(); in RemoveMismatchedTypes()
209 the_type->GetForwardCompilerType().GetTypeClass(); in RemoveMismatchedTypes()
H A DTypeMap.cpp181 match_type_class = the_type->GetForwardCompilerType().GetTypeClass(); in RemoveMismatchedTypes()
252 the_type->GetForwardCompilerType().GetTypeClass(); in RemoveMismatchedTypes()
H A DCompilerType.cpp332 lldb::TypeClass CompilerType::GetTypeClass() const { in GetTypeClass() function in CompilerType
336 return m_type_system->GetTypeClass(m_type); in GetTypeClass()
H A DVariable.cpp575 const lldb::TypeClass type_class = compiler_type.GetTypeClass(); in PrivateAutoComplete()
H A DClangASTContext.cpp4343 ClangASTContext::GetTypeClass(lldb::opaque_compiler_type_t type) { in GetTypeClass() function in ClangASTContext
4415 .GetTypeClass(); in GetTypeClass()
4420 .GetTypeClass(); in GetTypeClass()
4425 .GetTypeClass(); in GetTypeClass()
4449 .GetTypeClass(); in GetTypeClass()
4454 .GetTypeClass(); in GetTypeClass()
4459 .GetTypeClass(); in GetTypeClass()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBType.h187 lldb::TypeClass GetTypeClass();
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBType.cpp406 lldb::TypeClass SBType::GetTypeClass() { in GetTypeClass() function in SBType
408 return m_opaque_sp->GetCompilerType(true).GetTypeClass(); in GetTypeClass()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h182 lldb::TypeClass GetTypeClass() const;
H A DTypeSystem.h220 virtual lldb::TypeClass GetTypeClass(lldb::opaque_compiler_type_t type) = 0;
H A DClangASTContext.h658 lldb::TypeClass GetTypeClass(lldb::opaque_compiler_type_t type) override;