Searched refs:PrettyPrint (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | ScopedPrinter.cpp | 39 raw_ostream &OS, bool PrettyPrint, in JSONScopedPrinter() argument 42 JOS(OS, /*Indent=*/PrettyPrint ? 2 : 0), in JSONScopedPrinter()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/tool/ |
| H A D | ClangdMain.cpp | 488 opt<bool> PrettyPrint{ variable 759 PrettyPrint = true; in main() 824 ? trace::createJSONTracer(*TracerStream, PrettyPrint) in main() 1031 PrettyPrint, InputStyle); in main()
|
| /llvm-project-15.0.7/llvm/tools/llvm-remark-size-diff/ |
| H A D | RemarkSizeDiff.cpp | 62 static cl::opt<bool> PrettyPrint("pretty", cl::cat(SizeDiffCategory), 463 json::OStream JOS(OS, PrettyPrint ? 2 : 0); in outputJSONForAllDiffs()
|
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | llvm-readobj.cpp | 111 static bool PrettyPrint; variable 262 opts::PrettyPrint = Args.hasArg(OPT_pretty_print); in parseOptions() 604 fouts(), opts::PrettyPrint ? 2 : 0, std::make_unique<ListScope>()); in createWriter()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/remote/server/ |
| H A D | Server.cpp | 93 llvm::cl::opt<bool> PrettyPrint{ variable
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | ScopedPrinter.h | 539 JSONScopedPrinter(raw_ostream &OS, bool PrettyPrint = false,
|