Searched refs:anyWantNewline (Results 1 – 1 of 1) sorted by relevance
78 template<typename ...Ts> static bool anyWantNewline(Ts ...Vs) { in anyWantNewline() function209 if (Visitor.anyWantNewline(V, Vs...)) in operator ()()