Home | History | Annotate | Download | only in demangle

Lines Matching refs:Suffix

257   const StringView Suffix;
261 : Node(KDotSuffix), Prefix(Prefix_), Suffix(Suffix_) {}
263 template<typename Fn> void match(Fn F) const { F(Prefix, Suffix); }
268 s += Suffix;