Home
last modified time | relevance | path

Searched refs:Suffix_ (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h356 DotSuffix(const Node *Prefix_, std::string_view Suffix_) in DotSuffix() argument
357 : Node(KDotSuffix), Prefix(Prefix_), Suffix(Suffix_) {} in DotSuffix()