reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
69 template<typename NodeT> static constexpr bool wantsNewline(const NodeT *) { 72 static bool wantsNewline(NodeArray A) { return !A.empty(); } 73 static constexpr bool wantsNewline(...) { return false; }