Home
last modified time | relevance | path

Searched refs:ContinuationIndenter (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineFormatter.h26 class ContinuationIndenter; variable
31 UnwrappedLineFormatter(ContinuationIndenter *Indenter, in UnwrappedLineFormatter()
68 ContinuationIndenter *Indenter;
H A DContinuationIndenter.cpp225 ContinuationIndenter::ContinuationIndenter(const FormatStyle &Style, in ContinuationIndenter() function in clang::format::ContinuationIndenter
236 LineState ContinuationIndenter::getInitialState(unsigned FirstIndent, in getInitialState()
278 bool ContinuationIndenter::canBreak(const LineState &State) { in canBreak()
330 bool ContinuationIndenter::mustBreak(const LineState &State) { in mustBreak()
727 unsigned ContinuationIndenter::addTokenOnNewLine(LineState &State, in addTokenOnNewLine()
1052 unsigned ContinuationIndenter::moveStateToNextToken(LineState &State, in moveStateToNextToken()
1188 void ContinuationIndenter::moveStatePastFakeLParens(LineState &State, in moveStatePastFakeLParens()
1269 void ContinuationIndenter::moveStatePastScopeOpener(LineState &State, in moveStatePastScopeOpener()
1437 void ContinuationIndenter::moveStateToNewBlock(LineState &State) { in moveStateToNewBlock()
1465 unsigned ContinuationIndenter::reformatRawStringLiteral( in reformatRawStringLiteral()
[all …]
H A DFormatToken.h567 class ContinuationIndenter; variable
586 ContinuationIndenter *Indenter, in formatFromToken()
594 ContinuationIndenter *Indenter, in formatAfterToken()
615 unsigned formatAfterToken(LineState &State, ContinuationIndenter *Indenter,
618 unsigned formatFromToken(LineState &State, ContinuationIndenter *Indenter,
H A DContinuationIndenter.h51 class ContinuationIndenter {
55 ContinuationIndenter(const FormatStyle &Style,
H A DFormatToken.cpp76 ContinuationIndenter *Indenter, in formatAfterToken()
135 ContinuationIndenter *Indenter, in formatFromToken()
H A DUnwrappedLineFormatter.cpp684 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, in LineFormatter()
774 ContinuationIndenter *Indenter;
785 NoColumnLimitLineFormatter(ContinuationIndenter *Indenter, in NoColumnLimitLineFormatter()
813 NoLineBreakFormatter(ContinuationIndenter *Indenter, in NoLineBreakFormatter()
836 OptimizingLineFormatter(ContinuationIndenter *Indenter, in OptimizingLineFormatter()
H A DFormat.cpp1182 ContinuationIndenter Indenter(Style, Tokens.getKeywords(), in analyze()
/freebsd-12.1/lib/clang/libclang/
H A DMakefile314 SRCS_EXT+= Format/ContinuationIndenter.cpp