Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp348 ContinuationIndent = BracesNeeded ? LeftBraceQuote.size() - 1 : 0; in BreakableStringLiteralUsingOperators()
353 ContinuationIndent -= 2; in BreakableStringLiteralUsingOperators()
370 (Break ? ContinuationIndent + static_cast<int>(Prefix.size()) in getContentStartColumn()
385 std::max(0, static_cast<int>(StartColumn) + ContinuationIndent)); in insertBreak()
H A DBreakableToken.h324 int ContinuationIndent; variable
H A DContinuationIndenter.cpp1221 unsigned ContinuationIndent = in getNewLineColumn() local
1261 return ContinuationIndent; in getNewLineColumn()
1330 return ContinuationIndent; in getNewLineColumn()
1421 return ContinuationIndent; in getNewLineColumn()
1441 return ContinuationIndent; in getNewLineColumn()
1445 return ContinuationIndent; in getNewLineColumn()
1461 return ContinuationIndent; in getNewLineColumn()