Lines Matching refs:errs
180 llvm::errs() << msg << ": "; in dump()
185 ASTDumper Dumper(llvm::errs(), /*ShowColors=*/false); in dump()
207 ASTDumper(llvm::errs(), /*ShowColors=*/false).Visit(*this); in dump()
219 LLVM_DUMP_METHOD void Decl::dump() const { dump(llvm::errs()); } in dump()
240 ASTDumper P(llvm::errs(), Ctx, /*ShowColors=*/true); in dumpColor()
262 ASTDumper P = Ctx ? ASTDumper(llvm::errs(), *Ctx, in dumpAsDecl()
264 : ASTDumper(llvm::errs(), /*ShowColors*/ false); in dumpAsDecl()
270 dumpLookups(llvm::errs()); in dumpLookups()
290 ASTDumper P(llvm::errs(), /*ShowColors=*/false); in dump()
301 ASTDumper P(llvm::errs(), /*ShowColors=*/true); in dumpColor()
313 ASTDumper Dumper(llvm::errs(), /*ShowColors=*/false); in dump()
330 ASTDumper Dumper(llvm::errs(), /*ShowColors=*/true); in dumpColor()
339 ASTDumper Dumper(llvm::errs(), /*ShowColors=*/false); in dump()
354 dump(llvm::errs()); in dump()
372 ASTDumper Dumper(llvm::errs(), /*ShowColors=*/false); in dump()
387 ASTDumper Dumper(llvm::errs(), /*ShowColors=*/false); in dump()