Home
last modified time | relevance | path

Searched refs:CurrentIndent (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp58 : OS(Stream), IndentSpaces(Indent), CurrentIndent(0), UseColor(UseColor), in LinePrinter()
78 CurrentIndent += Amount; in Indent()
84 CurrentIndent = std::max<int>(0, CurrentIndent - Amount); in Unindent()
89 OS.indent(CurrentIndent); in NewLine()
114 CurrentIndent + IndentSpaces, true); in formatBinary()
128 CurrentIndent + IndentSpaces, true); in formatBinary()
240 CurrentIndent + IndentSpaces, true); in formatMsfStreamData()
268 CurrentIndent + IndentSpaces, true); in formatMsfStreamBlocks()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DLinePrinter.h85 int getIndentLevel() const { return CurrentIndent; } in getIndentLevel()
104 int CurrentIndent; variable
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp2121 unsigned CurrentIndent = in reformatRawStringLiteral() local
2126 ? CurrentIndent + Style.IndentWidth in reformatRawStringLiteral()
2138 Current.NewlinesBefore ? FirstStartColumn - NewPrefixSize : CurrentIndent; in reformatRawStringLiteral()