Home | History | Annotate | Download | only in Frontend

Lines Matching refs:Dump

38     ASTPrinter(raw_ostream *Out = nullptr, bool Dump = false,
40 : Out(Out ? *Out : llvm::outs()), Dump(Dump),
59 Out << ((Dump || DumpLookups) ? "Dumping " : "Printing ") << getName(D)
84 DC->dumpLookups(Out, Dump);
90 } else if (Dump)
91 D->dump(Out);
97 bool Dump;
127 return llvm::make_unique<ASTPrinter>(Out, /*Dump=*/false, FilterString);
133 assert((DumpDecls || DumpLookups) && "nothing to dump");