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()
275 switch (variable->GetScope()) { in GetDescription()
259 switch (variable_sp->GetScope()) { in GetVariables()314 switch (variable_sp->GetScope()) { in GetVariables()
826 switch (variable_sp->GetScope()) { in GetVariables()
66 lldb::ValueType GetScope() const { return m_scope; } in GetScope() function
433 switch (var_sp->GetScope()) { in GetScopeString()487 if (!var->NameMatches(regex) || !ScopeRequested(var->GetScope())) in findUniqueRegexMatches()650 if (!ScopeRequested(var_sp->GetScope())) in DoExecute()
925 if (var_sp->GetScope() == eValueTypeVariableLocal) in DoExecute()
743 switch (var_sp->GetScope()) { in DumpValueObject()
122 return m_variable_sp->GetScope(); in GetValueType()
7482 auto GetScope = [](IntrinsicInst *II) { in verifyNoAliasScopeDecl() local7490 auto Compare = [GetScope](IntrinsicInst *Lhs, IntrinsicInst *Rhs) { in verifyNoAliasScopeDecl()7491 return GetScope(Lhs) < GetScope(Rhs); in verifyNoAliasScopeDecl()7500 auto CurScope = GetScope(*ItCurrent); in verifyNoAliasScopeDecl()7505 GetScope(*ItNext) == CurScope); in verifyNoAliasScopeDecl()