Searched refs:GetScope (Results 1 – 10 of 10) sorted by relevance
93 if ((*pos)->NameMatches(name) && (*pos)->GetScope() == value_type) { in FindVariable()134 if ((*pos)->GetScope() == type) { in AppendVariablesWithScope()
269 switch (variable->GetScope()) { in GetDescription()
260 switch (variable_sp->GetScope()) { in GetVariables()315 switch (variable_sp->GetScope()) { in GetVariables()
825 switch (variable_sp->GetScope()) { in GetVariables()
66 lldb::ValueType GetScope() const { return m_scope; } in GetScope() function
409 switch (var_sp->GetScope()) { in GetScopeString()463 if (!var->NameMatches(regex) || !ScopeRequested(var->GetScope())) in findUniqueRegexMatches()622 if (!ScopeRequested(var_sp->GetScope())) in DoExecute()
927 if (var_sp->GetScope() == eValueTypeVariableLocal) in DoExecute()
744 switch (var_sp->GetScope()) { in DumpValueObject()
126 return m_variable_sp->GetScope(); in GetValueType()
7084 auto GetScope = [](IntrinsicInst *II) { in verifyNoAliasScopeDecl() local7092 auto Compare = [GetScope](IntrinsicInst *Lhs, IntrinsicInst *Rhs) { in verifyNoAliasScopeDecl()7093 return GetScope(Lhs) < GetScope(Rhs); in verifyNoAliasScopeDecl()7102 auto CurScope = GetScope(*ItCurrent); in verifyNoAliasScopeDecl()7107 GetScope(*ItNext) == CurScope); in verifyNoAliasScopeDecl()