Searched defs:wantsNewline (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp69 template<typename NodeT> static constexpr bool wantsNewline(const NodeT *) { function in struct:__anon1865::DumpVisitor
72 static bool wantsNewline(NodeArray A) { return !A.empty(); } function in struct:__anon1865::DumpVisitor
73 static constexpr bool wantsNewline(...) { return false; } function in struct:__anon1865::DumpVisitor

Completed in 35 milliseconds