Lines Matching defs:attr_space
191 def __init__(self, msg, offset, attr_space=None):
232 if attr_space:
233 self.annotate_extack(attr_space)
259 def annotate_extack(self, attr_space):
265 if miss_type in attr_space.attrs_by_val:
266 spec = attr_space.attrs_by_val[miss_type]
444 def __init__(self, attr_space, attrs, outer = None):
446 inner_scope = self.SpecValuesPair(attr_space, attrs)
775 attr_space = self.attr_sets[space]
776 search_attrs = SpaceAttrs(attr_space, rsp, outer_attrs)
780 attr_spec = attr_space.attrs_by_val[attr.type]