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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompileUnit.h144 void SetLanguage(lldb::LanguageType language) { function in class:lldb_private::CompileUnit
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDeclContext.h80 void SetLanguage(lldb::LanguageType language) { m_language = language; } function in class:DWARFDeclContext
/freebsd-13-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSummary.cpp38 TypeSummaryOptions &TypeSummaryOptions::SetLanguage(lldb::LanguageType lang) { function in class:TypeSummaryOptions
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp172 void SBExpressionOptions::SetLanguage(lldb::LanguageType language) { function in class:SBExpressionOptions
H A DSBTypeSummary.cpp65 void SBTypeSummaryOptions::SetLanguage(lldb::LanguageType l) { function in class:SBTypeSummaryOptions
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h266 void SetLanguage(lldb::LanguageType language) { m_language = language; } function in class:lldb_private::EvaluateExpressionOptions

Completed in 100 milliseconds