Searched refs:GetScope (Results 1 – 9 of 9) 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()
819 switch (variable_sp->GetScope()) { in GetVariables()
66 lldb::ValueType GetScope() const { return m_scope; } in GetScope() function
122 return m_variable_sp->GetScope(); in GetValueType()
458 switch (var_sp->GetScope()) { in GetScopeString()626 switch (var_sp->GetScope()) { in DoExecute()
744 switch (var_sp->GetScope()) { in DumpValueObject()
6317 auto GetScope = [](IntrinsicInst *II) { in verifyNoAliasScopeDecl() local6325 auto Compare = [GetScope](IntrinsicInst *Lhs, IntrinsicInst *Rhs) { in verifyNoAliasScopeDecl()6326 return GetScope(Lhs) < GetScope(Rhs); in verifyNoAliasScopeDecl()6335 auto CurScope = GetScope(*ItCurrent); in verifyNoAliasScopeDecl()6340 GetScope(*ItNext) == CurScope); in verifyNoAliasScopeDecl()