Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h304 lldb::BasicType GetBasicTypeEnumeration() const;
306 static lldb::BasicType GetBasicTypeEnumeration(const ConstString &name);
H A DClangASTContext.h176 static lldb::BasicType GetBasicTypeEnumeration(const ConstString &name);
755 GetBasicTypeEnumeration(lldb::opaque_compiler_type_t type) override;
758 GetBasicTypeEnumeration(lldb::opaque_compiler_type_t type,
H A DTypeSystem.h289 GetBasicTypeEnumeration(lldb::opaque_compiler_type_t type) = 0;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp549 lldb::BasicType CompilerType::GetBasicTypeEnumeration() const { in GetBasicTypeEnumeration() function in CompilerType
551 return m_type_system->GetBasicTypeEnumeration(m_type); in GetBasicTypeEnumeration()
H A DClangASTContext.cpp1070 ClangASTContext::GetBasicTypeEnumeration(const ConstString &name) { in GetBasicTypeEnumeration() function in ClangASTContext
1138 lldb::BasicType basic_type = ClangASTContext::GetBasicTypeEnumeration(name); in GetBasicType()
5740 return GetBasicType(GetBasicTypeEnumeration(name)); in GetBuiltinTypeByName()
5744 ClangASTContext::GetBasicTypeEnumeration(lldb::opaque_compiler_type_t type) { in GetBasicTypeEnumeration() function in ClangASTContext
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBType.cpp269 return m_opaque_sp->GetCompilerType(false).GetBasicTypeEnumeration(); in GetBasicType()