reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
189 Attrs = Attrs.addAttribute(getContext(), Kind); 189 Attrs = Attrs.addAttribute(getContext(), Kind); 194 Attrs = Attrs.addAttribute(getContext(), Kind, Val); 194 Attrs = Attrs.addAttribute(getContext(), Kind, Val); 199 return Attrs.hasAttribute(Kind); 204 return Attrs.hasAttribute(Kind); 209 return Attrs.hasAttributes(); 214 return Attrs.getAttribute(Kind); 219 return Attrs.getAttribute(Kind); 224 return Attrs; 233 std::pair<unsigned, AttributeSet> AS[1] = {{index, Attrs}}; 239 Attrs = A;