Searched refs:GetScope (Results 1 – 11 of 11) sorted by relevance
93 if ((*pos)->NameMatches(name) && (*pos)->GetScope() == value_type) { in FindVariable()134 if ((*pos)->GetScope() == type) { in AppendVariablesWithScope()
258 switch (variable->GetScope()) { in GetDescription()
66 lldb::ValueType GetScope() const { return m_scope; } in GetScope() function
261 switch (variable_sp->GetScope()) { in GetVariables()318 switch (variable_sp->GetScope()) { in GetVariables()
843 switch (variable_sp->GetScope()) { in GetVariables()
121 return m_variable_sp->GetScope(); in GetValueType()
939 def GetScope(self): member in AstBuilder1119 body = list(self.GetScope())1576 ast = AstBuilder(self.GetScope(), self.filename, class_name,1621 tokens = list(self.GetScope())
465 switch (var_sp->GetScope()) { in GetScopeString()631 switch (var_sp->GetScope()) { in DoExecute()
756 switch (var_sp->GetScope()) { in DumpValueObject()
447 const Scope &GetScope() const { return DEREF(derived_->scope()); } in ENUM_CLASS()
1164 const Scope &scope{deepest.GetScope()}; in Increment()