Home
last modified time | relevance | path

Searched refs:GetMinimumLanguage (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DABI.cpp104 ast_type.GetMinimumLanguage()); in GetReturnValueObject()
H A DStackFrame.cpp808 if (valobj_sp->GetCompilerType().GetMinimumLanguage() != in GetValueForVariableExpressionPath()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h178 lldb::LanguageType GetMinimumLanguage();
H A DTypeSystem.h218 GetMinimumLanguage(lldb::opaque_compiler_type_t type) = 0;
H A DClangASTContext.h656 GetMinimumLanguage(lldb::opaque_compiler_type_t type) override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectConstResult.cpp296 return GetCompilerTypeImpl().GetMinimumLanguage(); in GetPreferredDisplayLanguage()
H A DValueObject.cpp1658 return GetCompilerType().GetMinimumLanguage(); in GetObjectRuntimeLanguage()
2558 if (root->GetCompilerType().GetMinimumLanguage() == in GetValueForExpressionPath_Impl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp325 lldb::LanguageType CompilerType::GetMinimumLanguage() { in GetMinimumLanguage() function in CompilerType
329 return m_type_system->GetMinimumLanguage(m_type); in GetMinimumLanguage()
H A DClangASTContext.cpp4260 ClangASTContext::GetMinimumLanguage(lldb::opaque_compiler_type_t type) { in GetMinimumLanguage() function in ClangASTContext
4336 .GetMinimumLanguage(); in GetMinimumLanguage()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp937 LanguageType lang_type(candidate.GetMinimumLanguage()); in GetTypeScavenger()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp1009 LanguageType lang_type(candidate.GetMinimumLanguage()); in GetTypeScavenger()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DMaterializer.cpp872 &type_system_error, m_type.GetMinimumLanguage()); in Dematerialize()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1924 decl_ctx_type_system->GetMinimumLanguage(nullptr)); in DeclContextMatchesThisSymbolFile()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2054 decl_ctx_type_system->GetMinimumLanguage(nullptr)); in DeclContextMatchesThisSymbolFile()