Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Demangle/
HDItaniumDemangle.cpp68 template<typename NodeT> static constexpr bool wantsNewline(const NodeT *) { in wantsNewline() function
71 static bool wantsNewline(NodeArray A) { return !A.empty(); } in wantsNewline() function
72 static constexpr bool wantsNewline(...) { return false; } in wantsNewline() function
75 for (bool B : {wantsNewline(Vs)...}) in anyWantNewline()
230 if (wantsNewline(V)) in printWithPendingNewline()
235 if (PendingNewline || wantsNewline(V)) { in printWithComma()