| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBExpressionOptions.cpp | 153 void SBExpressionOptions::SetLanguage(lldb::LanguageType language) { in SetLanguage() function in SBExpressionOptions 156 m_opaque_up->SetLanguage(language); in SetLanguage() 159 void SBExpressionOptions::SetLanguage(lldb::SBSourceLanguageName name, in SetLanguage() function in SBExpressionOptions 163 m_opaque_up->SetLanguage(name, version); in SetLanguage()
|
| H A D | SBTypeSummary.cpp | 62 void SBTypeSummaryOptions::SetLanguage(lldb::LanguageType l) { in SetLanguage() function in SBTypeSummaryOptions 66 m_opaque_up->SetLanguage(l); in SetLanguage()
|
| H A D | SBFrame.cpp | 1033 options.SetLanguage((SBSourceLanguageName)language.name, language.version); in EvaluateExpression() 1056 options.SetLanguage((SBSourceLanguageName)language.name, language.version); in EvaluateExpression() 1079 options.SetLanguage((SBSourceLanguageName)language.name, language.version); in EvaluateExpression()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBExpressionOptions.h | 70 void SetLanguage(lldb::LanguageType language); 74 void SetLanguage(lldb::SBSourceLanguageName name, uint32_t version);
|
| H A D | SBTypeSummary.h | 39 void SetLanguage(lldb::LanguageType);
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | StopCondition.h | 40 void SetLanguage(lldb::LanguageType language) { m_language = language; } in SetLanguage() function
|
| /freebsd/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBExpressionOptionsDocstrings.i | 33 ) lldb::SBExpressionOptions::SetLanguage;
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | CompileUnit.h | 150 void SetLanguage(lldb::LanguageType language) { in SetLanguage() function
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/ |
| H A D | MemoryHistoryASan.cpp | 177 options.SetLanguage(eLanguageTypeObjC_plus_plus); in GetHistoryThreads()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectExpression.cpp | 212 options.SetLanguage(language); in GetEvaluateExpressionOptions() 336 options.SetLanguage(m_command_options.language); in HandleCompletion()
|
| H A D | CommandObjectWatchpoint.cpp | 1032 options.SetLanguage(m_option_watchpoint.language_type); in DoExecute()
|
| H A D | CommandObjectBreakpoint.cpp | 170 m_bp_opts.GetCondition().SetLanguage(language); in SetOptionValue()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/ |
| H A D | ReportRetriever.cpp | 84 options.SetLanguage(eLanguageTypeObjC_plus_plus); in RetrieveReportData()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | InstrumentationRuntimeASan.cpp | |
| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | TypeSummary.cpp | 35 TypeSummaryOptions &TypeSummaryOptions::SetLanguage(lldb::LanguageType lang) { in SetLanguage() function in TypeSummaryOptions
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 127 options.SetLanguage(eLanguageTypeObjC_plus_plus); in RetrieveReportData()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 534 expr_options.SetLanguage(eLanguageTypeC_plus_plus); in EvaluateLibdlExpression() 882 options.SetLanguage(eLanguageTypeC_plus_plus); in DoLoadImage()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | TypeSummary.h | 40 TypeSummaryOptions &SetLanguage(lldb::LanguageType);
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Target.h | 334 void SetLanguage(lldb::LanguageType language_type) { in SetLanguage() function 349 void SetLanguage(uint16_t name, uint32_t version) { in SetLanguage() function
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | REPL.cpp | 333 expr_options.SetLanguage(GetLanguage()); in IOHandlerInputComplete()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 322 options.SetLanguage(eLanguageTypeObjC_plus_plus); in RetrieveReportData()
|
| /freebsd/contrib/llvm-project/lldb/source/ValueObject/ |
| H A D | ValueObject.cpp | 573 TypeSummaryOptions().SetLanguage(lang)); in GetSummaryAsCString() 599 actual_options.SetLanguage(GetPreferredDisplayLanguage()); in GetSummaryAsCString() 634 summary_options.SetLanguage(lang); in GetSummaryAsCString()
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 28207 (arg1)->SetLanguage(arg2); in _wrap_SBExpressionOptions_SetLanguage__SWIG_0() 28236 (arg1)->SetLanguage(arg2,arg3); in _wrap_SBExpressionOptions_SetLanguage__SWIG_1() 74648 (arg1)->SetLanguage(arg2); in _wrap_SBTypeSummaryOptions_SetLanguage()
|