OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IndentSize
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Support/
JSON.cpp
305
OStream JOS(OS, /*
IndentSize
=*/2);
794
OS << (
IndentSize
? "/* " : "/*");
806
OS << (
IndentSize
? " */" : "*/");
809
if (
IndentSize
)
817
if (
IndentSize
) {
827
Indent +=
IndentSize
;
833
Indent -=
IndentSize
;
846
Indent +=
IndentSize
;
852
Indent -=
IndentSize
;
877
if (
IndentSize
)
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
JSON.h
889
// If
IndentSize
is nonzero, output is pretty-printed.
890
explicit OStream(llvm::raw_ostream &OS, unsigned
IndentSize
= 0)
891
: OS(OS),
IndentSize
(
IndentSize
) {
989
unsigned
IndentSize
;
Completed in 63 milliseconds
Indexes created Mon Sep 14 00:24:24 UTC 2026