Searched refs:Indenter (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineFormatter.h33 UnwrappedLineFormatter(ContinuationIndenter *Indenter, argument
38 : Indenter(Indenter), Whitespaces(Whitespaces), Style(Style),
64 ContinuationIndenter *Indenter; member in class:clang::format::UnwrappedLineFormatter
H A DUnwrappedLineFormatter.cpp475 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, argument
478 : Indenter(Indenter), Whitespaces(Whitespaces), Style(Style),
563 ContinuationIndenter *Indenter; member in class:clang::format::__anon3865::LineFormatter
574 NoColumnLimitLineFormatter(ContinuationIndenter *Indenter, argument
578 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {}
586 Indenter->getInitialState(FirstIndent, &Line, /*DryRun=*/false);
589 Indenter->mustBreak(State) ||
590 (Indenter->canBreak(State) && State.NextToken->NewlinesBefore > 0);
593 Indenter
602 NoLineBreakFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, const FormatStyle &Style, UnwrappedLineFormatter *BlockFormatter) argument
623 OptimizingLineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, const FormatStyle &Style, UnwrappedLineFormatter *BlockFormatter) argument
[all...]
H A DFormatToken.cpp75 ContinuationIndenter *Indenter,
124 Penalty += Indenter->addTokenToState(State, NewLine, DryRun, ExtraSpaces);
130 ContinuationIndenter *Indenter,
74 formatAfterToken(LineState &State, ContinuationIndenter *Indenter, bool DryRun) argument
129 formatFromToken(LineState &State, ContinuationIndenter *Indenter, bool DryRun) argument
H A DFormatToken.h449 /// Continues formatting from \p State leaving indentation to \p Indenter and
452 ContinuationIndenter *Indenter,
460 ContinuationIndenter *Indenter,
479 unsigned formatAfterToken(LineState &State, ContinuationIndenter *Indenter,
482 unsigned formatFromToken(LineState &State, ContinuationIndenter *Indenter,
451 formatFromToken(LineState &State, ContinuationIndenter *Indenter, bool DryRun) argument
459 formatAfterToken(LineState &State, ContinuationIndenter *Indenter, bool DryRun) argument
H A DUnwrappedLineParser.cpp1294 CompoundStatementIndenter Indenter(this, Style, Line->Level);
1309 CompoundStatementIndenter Indenter(this, Style, Line->Level);
1345 CompoundStatementIndenter Indenter(this, Style, Line->Level);
1383 CompoundStatementIndenter Indenter(this, Style, Line->Level);
1450 CompoundStatementIndenter Indenter(this, Style, Line->Level);
1465 CompoundStatementIndenter Indenter(this, Style, Line->Level);
1492 CompoundStatementIndenter Indenter(this, Style, Line->Level);
1523 CompoundStatementIndenter Indenter(this, Style, Line->Level);
H A DFormat.cpp1488 ContinuationIndenter Indenter(Style, Tokens.getKeywords(), SourceMgr,
1491 UnwrappedLineFormatter(&Indenter, &Whitespaces, Style, Tokens.getKeywords(),

Completed in 96 milliseconds