Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1007 SpecialName(std::string_view Special_, const Node *Child_) in SpecialName() argument
1008 : Node(KSpecialName), Special(Special_), Child(Child_) {} in SpecialName()