Home
last modified time | relevance | path

Searched defs:SetLanguage (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompileUnit.h145 void SetLanguage(lldb::LanguageType language) { in SetLanguage() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDeclContext.h80 void SetLanguage(lldb::LanguageType language) { m_language = language; } in SetLanguage() function
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSummary.cpp37 TypeSummaryOptions &TypeSummaryOptions::SetLanguage(lldb::LanguageType lang) { in SetLanguage() function in TypeSummaryOptions
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp172 void SBExpressionOptions::SetLanguage(lldb::LanguageType language) { in SetLanguage() function in SBExpressionOptions
H A DSBTypeSummary.cpp65 void SBTypeSummaryOptions::SetLanguage(lldb::LanguageType l) { in SetLanguage() function in SBTypeSummaryOptions
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h281 void SetLanguage(lldb::LanguageType language) { m_language = language; } in SetLanguage() function