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.cpp335 ContinuationIndent = BracesNeeded ? LeftBraceQuote.size() - 1 : 0; in BreakableStringLiteralUsingOperators()
340 ContinuationIndent -= 2; in BreakableStringLiteralUsingOperators()
357 (Break ? ContinuationIndent + static_cast<int>(Prefix.size()) in getContentStartColumn()
372 std::max(0, static_cast<int>(StartColumn) + ContinuationIndent)); in insertBreak()
H A DBreakableToken.h324 int ContinuationIndent; variable
H A DContinuationIndenter.cpp1322 unsigned ContinuationIndent = in getNewLineColumn() local
1370 return ContinuationIndent; in getNewLineColumn()
1443 return ContinuationIndent; in getNewLineColumn()
1537 return ContinuationIndent; in getNewLineColumn()
1557 return ContinuationIndent; in getNewLineColumn()
1561 return ContinuationIndent; in getNewLineColumn()
1577 return ContinuationIndent; in getNewLineColumn()