| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/ |
| H A D | NSString.cpp | 181 options.SetLanguage(summary_options.GetLanguage()); in NSStringSummaryProvider() 193 options.SetLanguage(summary_options.GetLanguage()); in NSStringSummaryProvider() 208 options.SetLanguage(summary_options.GetLanguage()); in NSStringSummaryProvider() 232 options.SetLanguage(summary_options.GetLanguage()); in NSStringSummaryProvider() 252 options.SetLanguage(summary_options.GetLanguage()); in NSStringSummaryProvider() 274 options.SetLanguage(summary_options.GetLanguage()); in NSStringSummaryProvider() 295 options.SetLanguage(summary_options.GetLanguage()); in NSStringSummaryProvider()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBExpressionOptions.cpp | 112 void SBExpressionOptions::SetLanguage(lldb::LanguageType language) { in SetLanguage() function in SBExpressionOptions 113 m_opaque_ap->SetLanguage(language); in SetLanguage()
|
| H A D | SBTypeSummary.cpp | 49 void SBTypeSummaryOptions::SetLanguage(lldb::LanguageType l) { in SetLanguage() function in SBTypeSummaryOptions 51 m_opaque_ap->SetLanguage(l); in SetLanguage()
|
| H A D | SBFrame.cpp | 1208 options.SetLanguage(target->GetLanguage()); in EvaluateExpression() 1210 options.SetLanguage(frame->GetLanguage()); in EvaluateExpression() 1229 options.SetLanguage(target->GetLanguage()); in EvaluateExpression() 1231 options.SetLanguage(frame->GetLanguage()); in EvaluateExpression() 1248 options.SetLanguage(target->GetLanguage()); in EvaluateExpression() 1250 options.SetLanguage(frame->GetLanguage()); in EvaluateExpression()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBExpressionOptions.h | 70 void SetLanguage(lldb::LanguageType language);
|
| H A D | SBTypeSummary.h | 33 void SetLanguage(lldb::LanguageType);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDeclContext.h | 82 void SetLanguage(lldb::LanguageType language) { m_language = language; } in SetLanguage() function
|
| H A D | DWARFDIE.cpp | 162 dwarf_decl_ctx.SetLanguage(GetLanguage()); in GetDWARFDeclContext()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ |
| H A D | StringPrinter.h | 126 ReadStringAndDumpToStreamOptions &SetLanguage(lldb::LanguageType l) { in SetLanguage() function 238 ReadBufferAndDumpToStreamOptions &SetLanguage(lldb::LanguageType l) { in SetLanguage() function
|
| H A D | TypeSummary.h | 40 TypeSummaryOptions &SetLanguage(lldb::LanguageType);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | CompileUnit.h | 160 void SetLanguage(lldb::LanguageType language) { in SetLanguage() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/MemoryHistory/asan/ |
| H A D | MemoryHistoryASan.cpp | 184 options.SetLanguage(eLanguageTypeObjC_plus_plus); in GetHistoryThreads()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/ |
| H A D | TypeSummary.cpp | 49 TypeSummaryOptions &TypeSummaryOptions::SetLanguage(lldb::LanguageType lang) { in SetLanguage() function in TypeSummaryOptions
|
| H A D | StringPrinter.cpp | 406 SetLanguage(options.GetLanguage()); in ReadBufferAndDumpToStreamOptions()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectExpression.cpp | 312 options.SetLanguage(m_command_options.language); in HandleCompletion() 413 options.SetLanguage(m_command_options.language); in EvaluateExpression()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | ASanRuntime.cpp | 133 options.SetLanguage(eLanguageTypeObjC_plus_plus); in RetrieveReportData()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | UBSanRuntime.cpp | 136 options.SetLanguage(eLanguageTypeObjC_plus_plus); in RetrieveReportData()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | REPL.cpp | 295 expr_options.SetLanguage(GetLanguage()); in IOHandlerInputComplete()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 917 expr_options.SetLanguage(eLanguageTypeC_plus_plus); in EvaluateLibdlExpression() 1240 options.SetLanguage(eLanguageTypeC_plus_plus); in DoLoadImage()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | ValueObject.cpp | 671 TypeSummaryOptions().SetLanguage(lang)); in GetSummaryAsCString() 689 actual_options.SetLanguage(GetPreferredDisplayLanguage()); in GetSummaryAsCString() 714 summary_options.SetLanguage(lang); in GetSummaryAsCString()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | TSanRuntime.cpp | 323 options.SetLanguage(eLanguageTypeObjC_plus_plus); in RetrieveReportData()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | Target.h | 269 void SetLanguage(lldb::LanguageType language) { m_language = language; } in SetLanguage() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.cpp | 1741 options.SetLanguage(lldb::eLanguageTypeC_plus_plus); in EvalRSExpression()
|