| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBExpressionOptions.cpp | 172 void SBExpressionOptions::SetLanguage(lldb::LanguageType language) { in SetLanguage() function in SBExpressionOptions 173 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetLanguage, in SetLanguage() 176 m_opaque_up->SetLanguage(language); in SetLanguage() 328 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetLanguage, in RegisterMethods()
|
| H A D | SBTypeSummary.cpp | 65 void SBTypeSummaryOptions::SetLanguage(lldb::LanguageType l) { in SetLanguage() function in SBTypeSummaryOptions 66 LLDB_RECORD_METHOD(void, SBTypeSummaryOptions, SetLanguage, in SetLanguage() 70 m_opaque_up->SetLanguage(l); in SetLanguage() 490 LLDB_REGISTER_METHOD(void, SBTypeSummaryOptions, SetLanguage, in RegisterMethods()
|
| H A D | SBFrame.cpp | 1022 options.SetLanguage(target->GetLanguage()); in EvaluateExpression() 1024 options.SetLanguage(frame->GetLanguage()); in EvaluateExpression() 1047 options.SetLanguage(target->GetLanguage()); in EvaluateExpression() 1049 options.SetLanguage(frame->GetLanguage()); in EvaluateExpression() 1070 options.SetLanguage(target->GetLanguage()); in EvaluateExpression() 1072 options.SetLanguage(frame->GetLanguage()); in EvaluateExpression()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBExpressionOptions.i | 94 …"docstring", "Sets the language that LLDB should assume the expression is written in") SetLanguage; 96 SetLanguage (lldb::LanguageType language);
|
| H A D | SBTypeSummary.i | 31 SetLanguage (lldb::LanguageType);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBExpressionOptions.h | 69 void SetLanguage(lldb::LanguageType language);
|
| H A D | SBTypeSummary.h | 34 void SetLanguage(lldb::LanguageType);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDeclContext.h | 80 void SetLanguage(lldb::LanguageType language) { m_language = language; } in SetLanguage() function
|
| H A D | SymbolFileDWARF.cpp | 3865 dwarf_decl_ctx.SetLanguage(GetLanguage(*die.GetCU())); in GetDWARFDeclContext()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | CompileUnit.h | 145 void SetLanguage(lldb::LanguageType language) { in SetLanguage() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/ |
| H A D | MemoryHistoryASan.cpp | 182 options.SetLanguage(eLanguageTypeObjC_plus_plus); in GetHistoryThreads()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | TypeSummary.cpp | 37 TypeSummaryOptions &TypeSummaryOptions::SetLanguage(lldb::LanguageType lang) { in SetLanguage() function in TypeSummaryOptions
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectExpression.cpp | 290 options.SetLanguage(m_command_options.language); in HandleCompletion() 366 options.SetLanguage(m_command_options.language); in GetEvalOptions()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | InstrumentationRuntimeASan.cpp | 133 options.SetLanguage(eLanguageTypeObjC_plus_plus); in RetrieveReportData()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 133 options.SetLanguage(eLanguageTypeObjC_plus_plus); in RetrieveReportData()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | TypeSummary.h | 36 TypeSummaryOptions &SetLanguage(lldb::LanguageType);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 556 expr_options.SetLanguage(eLanguageTypeC_plus_plus); in EvaluateLibdlExpression() 896 options.SetLanguage(eLanguageTypeC_plus_plus); in DoLoadImage()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | REPL.cpp | 322 expr_options.SetLanguage(GetLanguage()); in IOHandlerInputComplete()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | ValueObject.cpp | 589 TypeSummaryOptions().SetLanguage(lang)); in GetSummaryAsCString() 607 actual_options.SetLanguage(GetPreferredDisplayLanguage()); in GetSummaryAsCString() 632 summary_options.SetLanguage(lang); in GetSummaryAsCString()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 324 options.SetLanguage(eLanguageTypeObjC_plus_plus); in RetrieveReportData()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Target.h | 281 void SetLanguage(lldb::LanguageType language) { m_language = language; } in SetLanguage() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.cpp | 1696 options.SetLanguage(lldb::eLanguageTypeC_plus_plus); in EvalRSExpression()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 24251 (arg1)->SetLanguage(arg2); in _wrap_SBExpressionOptions_SetLanguage() 63419 (arg1)->SetLanguage(arg2); in _wrap_SBTypeSummaryOptions_SetLanguage()
|