[lldb] Namespace SBSourceLanguageName (NFC)
This commit is contained in:
@@ -71,7 +71,7 @@ public:
|
||||
/// Set the language using a pair of language code and version as
|
||||
/// defined by the DWARF 6 specification.
|
||||
/// WARNING: These codes may change until DWARF 6 is finalized.
|
||||
void SetLanguage(SBSourceLanguageName name, uint32_t version);
|
||||
void SetLanguage(lldb::SBSourceLanguageName name, uint32_t version);
|
||||
|
||||
#ifndef SWIG
|
||||
void SetCancelCallback(lldb::ExpressionCancelCallback callback, void *baton);
|
||||
|
||||
@@ -156,7 +156,7 @@ void SBExpressionOptions::SetLanguage(lldb::LanguageType language) {
|
||||
m_opaque_up->SetLanguage(language);
|
||||
}
|
||||
|
||||
void SBExpressionOptions::SetLanguage(SBSourceLanguageName name,
|
||||
void SBExpressionOptions::SetLanguage(lldb::SBSourceLanguageName name,
|
||||
uint32_t version) {
|
||||
LLDB_INSTRUMENT_VA(this, name, version);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user