Searched refs:IndentSize (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp640 if (IndentSize) {
650 Indent += IndentSize;
656 Indent -= IndentSize;
668 Indent += IndentSize;
674 Indent -= IndentSize;
697 if (IndentSize)
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h759 // If IndentSize is nonzero, output is pretty-printed.
760 explicit OStream(llvm::raw_ostream &OS, unsigned IndentSize = 0)
761 : OS(OS), IndentSize(IndentSize) {
839 unsigned IndentSize; member in class:llvm::json::OStream

Completed in 300 milliseconds