Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDABI.cpp87 ast_type.GetMinimumLanguage()); in GetReturnValueObject()
HDStackFrame.cpp818 if (valobj_sp->GetCompilerType().GetMinimumLanguage() != in GetValueForVariableExpressionPath()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDCompilerType.cpp301 lldb::LanguageType CompilerType::GetMinimumLanguage() { in GetMinimumLanguage() function in CompilerType
305 return m_type_system->GetMinimumLanguage(m_type); in GetMinimumLanguage()
HDClangASTContext.cpp3713 ClangASTContext::GetMinimumLanguage(lldb::opaque_compiler_type_t type) { in GetMinimumLanguage() function in ClangASTContext
3790 .GetMinimumLanguage(); in GetMinimumLanguage()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDCompilerType.h163 lldb::LanguageType GetMinimumLanguage();
HDTypeSystem.h207 GetMinimumLanguage(lldb::opaque_compiler_type_t type) = 0;
HDClangASTContext.h577 GetMinimumLanguage(lldb::opaque_compiler_type_t type) override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDValueObjectConstResult.cpp295 return GetCompilerTypeImpl().GetMinimumLanguage(); in GetPreferredDisplayLanguage()
HDValueObject.cpp1665 return GetCompilerType().GetMinimumLanguage(); in GetObjectRuntimeLanguage()
2568 if (root->GetCompilerType().GetMinimumLanguage() == in GetValueForExpressionPath_Impl()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
HDCPlusPlusLanguage.cpp979 LanguageType lang_type(candidate.GetMinimumLanguage()); in GetTypeScavenger()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
HDObjCLanguage.cpp989 LanguageType lang_type(candidate.GetMinimumLanguage()); in GetTypeScavenger()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
HDMaterializer.cpp865 target_sp->GetScratchTypeSystemForLanguage(m_type.GetMinimumLanguage()); in Dematerialize()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
HDSymbolFilePDB.cpp1983 decl_ctx_type_system->GetMinimumLanguage(nullptr)); in DeclContextMatchesThisSymbolFile()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp2048 decl_ctx_type_system->GetMinimumLanguage(nullptr)); in DeclContextMatchesThisSymbolFile()