Lines Matching defs:P
227 JSONDumper P(OS, SM, Ctx, Ctx.getPrintingPolicy(),
230 P.Visit(this);
232 ASTDumper P(OS, Ctx, Ctx.getDiagnostics().getShowColors());
233 P.setDeserialize(Deserialize);
234 P.Visit(this);
240 ASTDumper P(llvm::errs(), Ctx, /*ShowColors=*/true);
241 P.Visit(this);
262 ASTDumper P = Ctx ? ASTDumper(llvm::errs(), *Ctx,
265 P.dumpInvalidDeclContext(this);
280 ASTDumper P(OS, Ctx, Ctx.getDiagnostics().getShowColors());
281 P.setDeserialize(Deserialize);
282 P.dumpLookups(this, DumpDecls);
290 ASTDumper P(llvm::errs(), /*ShowColors=*/false);
291 P.Visit(this);
296 ASTDumper P(OS, Context, Context.getDiagnostics().getShowColors());
297 P.Visit(this);
301 ASTDumper P(llvm::errs(), /*ShowColors=*/true);
302 P.Visit(this);
359 ASTDumper P(OS, Ctx, Ctx.getDiagnostics().getShowColors());
360 P.Visit(this);