Searched refs:GetBasicTypeEnumeration (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h268 lldb::BasicType GetBasicTypeEnumeration() const;
270 static lldb::BasicType GetBasicTypeEnumeration(ConstString name);
H A DClangASTContext.h152 static lldb::BasicType GetBasicTypeEnumeration(ConstString name);
679 GetBasicTypeEnumeration(lldb::opaque_compiler_type_t type) override;
682 GetBasicTypeEnumeration(lldb::opaque_compiler_type_t type,
H A DTypeSystem.h279 GetBasicTypeEnumeration(lldb::opaque_compiler_type_t type) = 0;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp519 lldb::BasicType CompilerType::GetBasicTypeEnumeration() const { function in class:CompilerType
521 return m_type_system->GetBasicTypeEnumeration(m_type);
H A DClangASTContext.cpp813 ClangASTContext::GetBasicTypeEnumeration(ConstString name) { function in class:ClangASTContext
5056 return GetBasicType(GetBasicTypeEnumeration(name));
5060 ClangASTContext::GetBasicTypeEnumeration(lldb::opaque_compiler_type_t type) { function in class:ClangASTContext
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp344 return m_opaque_sp->GetCompilerType(false).GetBasicTypeEnumeration();

Completed in 221 milliseconds