Searched refs:GetBasicTypeEnumeration (Results 1 – 6 of 6) sorted by relevance
304 lldb::BasicType GetBasicTypeEnumeration() const;306 static lldb::BasicType GetBasicTypeEnumeration(const ConstString &name);
176 static lldb::BasicType GetBasicTypeEnumeration(const ConstString &name);755 GetBasicTypeEnumeration(lldb::opaque_compiler_type_t type) override;758 GetBasicTypeEnumeration(lldb::opaque_compiler_type_t type,
289 GetBasicTypeEnumeration(lldb::opaque_compiler_type_t type) = 0;
549 lldb::BasicType CompilerType::GetBasicTypeEnumeration() const { in GetBasicTypeEnumeration() function in CompilerType551 return m_type_system->GetBasicTypeEnumeration(m_type); in GetBasicTypeEnumeration()
1070 ClangASTContext::GetBasicTypeEnumeration(const ConstString &name) { in GetBasicTypeEnumeration() function in ClangASTContext1138 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
269 return m_opaque_sp->GetCompilerType(false).GetBasicTypeEnumeration(); in GetBasicType()