Lines Matching defs:NL
73 std::string NL;
79 StringRef NL = "\n", const ASTContext *Context = nullptr)
81 NL(NL), Context(Context) {}
91 OS << ";" << NL;
95 Indent() << "<<<NULL STATEMENT>>>" << NL;
115 OS << NL;
117 OS << NL;
154 Indent() << "<<unknown stmt type>>" << NL;
179 OS << "{" << NL;
195 << NL;
243 OS << NL;
257 Indent() << ";" << NL;
263 OS << ";" << NL;
269 OS << "" << NL;
279 OS << ":" << NL;
285 Indent(-1) << "default:" << NL;
290 Indent(-1) << Node->getName() << ":" << NL;
311 OS << NL;
317 OS << NL;
334 OS << (If->getElse() ? " " : NL);
336 OS << NL;
347 OS << NL;
352 OS << NL;
381 OS << ")" << NL;
391 OS << NL;
398 OS << ");" << NL;
463 if (Policy.IncludeNewlines) OS << NL;
470 if (Policy.IncludeNewlines) OS << NL;
475 if (Policy.IncludeNewlines) OS << NL;
480 if (Policy.IncludeNewlines) OS << NL;
490 if (Policy.IncludeNewlines) OS << NL;
569 if (Policy.IncludeNewlines) OS << NL;
576 OS << "{" << NL;
577 OS << Node->getAsmString() << NL;
579 Indent() << "}" << NL;
590 OS << NL;
600 OS << NL;
608 OS << NL;
617 Indent() << "@catch (...) { /* todo */ } " << NL;
626 OS << ";" << NL;
639 OS << NL;
645 OS << NL;
661 OS << NL;
671 OS << NL;
685 OS << NL;
691 OS << NL;
697 OS << ")" << NL;
699 OS << NL;
705 OS << NL;
711 OS << NL;
716 if (Policy.IncludeNewlines) OS << NL;
736 OS << NL;
2812 StringRef NL, const ASTContext *Context) const {
2813 StmtPrinter P(Out, Helper, Policy, Indentation, NL, Context);
2819 unsigned Indentation, StringRef NL,
2821 StmtPrinter P(Out, Helper, Policy, Indentation, NL, Context);