Home
last modified time | relevance | path

Searched refs:GetScope (Results 1 – 8 of 8) sorted by relevance

/external/lldb/source/API/
DSBBlock.cpp281 switch (variable_sp->GetScope()) in GetVariables()
343 switch (variable_sp->GetScope()) in GetVariables()
DSBFrame.cpp874 variable_sp->GetScope() == value_type && in FindValue()
1114 switch (variable_sp->GetScope()) in GetVariables()
/external/lldb/include/lldb/Symbol/
DVariable.h87 GetScope() const in GetScope() function
/external/lldb/source/Symbol/
DVariableList.cpp146 if ((*pos)->GetScope() == type) in AppendVariablesWithScope()
/external/lldb/source/Core/
DValueObjectVariable.cpp111 return m_variable_sp->GetScope(); in GetValueType()
/external/google-breakpad/src/testing/scripts/generator/cpp/
Dast.py901 def GetScope(self): member in AstBuilder
1076 body = list(self.GetScope())
1525 ast = AstBuilder(self.GetScope(), self.filename, class_name,
1571 tokens = list(self.GetScope())
/external/lldb/source/Commands/
DCommandObjectFrame.cpp520 switch (var_sp->GetScope()) in DoExecute()
DCommandObjectTarget.cpp655 switch (var_sp->GetScope()) in DumpValueObject()