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()
256 switch (variable->GetScope()) { in GetDescription()
250 switch (variable_sp->GetScope()) { in GetVariables()305 switch (variable_sp->GetScope()) { in GetVariables()
815 switch (variable_sp->GetScope()) { in GetVariables()
66 lldb::ValueType GetScope() const { return m_scope; } in GetScope() function
121 return m_variable_sp->GetScope(); in GetValueType()
457 switch (var_sp->GetScope()) { in GetScopeString()620 switch (var_sp->GetScope()) { in DoExecute()
744 switch (var_sp->GetScope()) { in DumpValueObject()
490 const Scope &GetScope() const { in ENUM_CLASS()
6164 auto GetScope = [](IntrinsicInst *II) { in verifyNoAliasScopeDecl() local6172 auto Compare = [GetScope](IntrinsicInst *Lhs, IntrinsicInst *Rhs) { in verifyNoAliasScopeDecl()6173 return GetScope(Lhs) < GetScope(Rhs); in verifyNoAliasScopeDecl()6182 auto CurScope = GetScope(*ItCurrent); in verifyNoAliasScopeDecl()6187 GetScope(*ItNext) == CurScope); in verifyNoAliasScopeDecl()
1250 const Scope &scope{deepest.GetScope()}; in Increment()