| 191 | // `value`. |
| 192 | template <typename ValueTy> |
| 193 | impl::NodeMatcherProperties Attr(const string& name, ValueTy value) { |
| 194 | return impl::Attr({impl::AttrLiteralHelper({name, value})}); |
| 195 | } |
| 196 | |
| 197 | inline impl::NodeMatcherProperties Attr(const string& name) { |
| 198 | return impl::Attr(name); |
no outgoing calls