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()
256 switch (variable->GetScope()) { in GetDescription()
66 lldb::ValueType GetScope() const { return m_scope; } in GetScope() function
259 switch (variable_sp->GetScope()) { in GetVariables()316 switch (variable_sp->GetScope()) { in GetVariables()
843 switch (variable_sp->GetScope()) { in GetVariables()
121 return m_variable_sp->GetScope(); in GetValueType()
902 def GetScope(self): member in AstBuilder1079 body = list(self.GetScope())1538 ast = AstBuilder(self.GetScope(), self.filename, class_name,1584 tokens = list(self.GetScope())
458 switch (var_sp->GetScope()) { in GetScopeString()624 switch (var_sp->GetScope()) { in DoExecute()
733 switch (var_sp->GetScope()) { in DumpValueObject()
5683 auto GetScope = [](IntrinsicInst *II) { in verifyNoAliasScopeDecl() local5691 auto Compare = [GetScope](IntrinsicInst *Lhs, IntrinsicInst *Rhs) { in verifyNoAliasScopeDecl()5692 return GetScope(Lhs) < GetScope(Rhs); in verifyNoAliasScopeDecl()5701 auto CurScope = GetScope(*ItCurrent); in verifyNoAliasScopeDecl()5706 GetScope(*ItNext) == CurScope); in verifyNoAliasScopeDecl()