Searched defs:wantsNewline (Results 1 – 3 of 3) sorted by relevance
66 template<typename NodeT> static constexpr bool wantsNewline(const NodeT *) { in wantsNewline() function69 static bool wantsNewline(NodeArray A) { return !A.empty(); } in wantsNewline() function70 static constexpr bool wantsNewline(...) { return false; } in wantsNewline() function
72 template<typename NodeT> static constexpr bool wantsNewline(const NodeT *) { in wantsNewline() function75 static bool wantsNewline(NodeArray A) { return !A.empty(); } in wantsNewline() function76 static constexpr bool wantsNewline(...) { return false; } in wantsNewline() function
69 template<typename NodeT> static constexpr bool wantsNewline(const NodeT *) { in wantsNewline() function72 static bool wantsNewline(NodeArray A) { return !A.empty(); } in wantsNewline() function73 static constexpr bool wantsNewline(...) { return false; } in wantsNewline() function