Lines Matching refs:Attribute
24 function_ref<void(Attribute)> walkAttrsFn, in walkSubElementsImpl()
26 DenseSet<Attribute> &visitedAttrs, in walkSubElementsImpl()
29 [&](Attribute attr) { in walkSubElementsImpl()
74 function_ref<void(Attribute)> walkAttrsFn, in walkSubElements()
77 DenseSet<Attribute> visitedAttrs; in walkSubElements()
84 function_ref<void(Attribute)> walkAttrsFn, in walkSubElements()
87 DenseSet<Attribute> visitedAttrs; in walkSubElements()
97 static bool isMutable(Attribute attr) { in isMutable()
148 function_ref<Attribute(Attribute)> walkAttrsFn, in replaceSubElementsImpl()
150 DenseMap<Attribute, Attribute> &visitedAttrs, in replaceSubElementsImpl() argument
153 SmallVector<Attribute, 16> newAttrs; in replaceSubElementsImpl()
161 [&](Attribute element) { in replaceSubElementsImpl()
188 Attribute SubElementAttrInterface::replaceSubElements( in replaceSubElements()
189 function_ref<Attribute(Attribute)> replaceAttrFn, in replaceSubElements()
192 DenseMap<Attribute, Attribute> visitedAttrs; in replaceSubElements()
199 function_ref<Attribute(Attribute)> replaceAttrFn, in replaceSubElements()
202 DenseMap<Attribute, Attribute> visitedAttrs; in replaceSubElements()