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.cpp57 : OS(Stream), IndentSpaces(Indent), CurrentIndent(0), UseColor(UseColor), in LinePrinter()
77 CurrentIndent += Amount; in Indent()
83 CurrentIndent = std::max<int>(0, CurrentIndent - Amount); in Unindent()
88 OS.indent(CurrentIndent); in NewLine()
113 CurrentIndent + IndentSpaces, true); in formatBinary()
127 CurrentIndent + IndentSpaces, true); in formatBinary()
239 CurrentIndent + IndentSpaces, true); in formatMsfStreamData()
267 CurrentIndent + IndentSpaces, true); in formatMsfStreamBlocks()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DLinePrinter.h87 int getIndentLevel() const { return CurrentIndent; } in getIndentLevel()
106 int CurrentIndent; variable
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp2240 unsigned CurrentIndent = in reformatRawStringLiteral() local
2245 ? CurrentIndent + Style.IndentWidth in reformatRawStringLiteral()
2257 Current.NewlinesBefore ? FirstStartColumn - NewPrefixSize : CurrentIndent; in reformatRawStringLiteral()