Searched refs:Infix (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1661 const Node *Infix; member in class:EnclosingExpr
1666 : Node(KEnclosingExpr), Prefix(Prefix_), Infix(Infix_),
1669 template<typename Fn> void match(Fn F) const { F(Prefix, Infix, Postfix); }
1673 Infix->print(S);

Completed in 100 milliseconds