Searched defs:Indenter (Results 1 - 4 of 4) sorted by relevance
/external/clang/lib/Format/ |
H A D | UnwrappedLineFormatter.h | 33 UnwrappedLineFormatter(ContinuationIndenter *Indenter, argument 38 : Indenter(Indenter), Whitespaces(Whitespaces), Style(Style), 64 ContinuationIndenter *Indenter; member in class:clang::format::UnwrappedLineFormatter
|
H A D | FormatToken.cpp | 75 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 D | UnwrappedLineFormatter.cpp | 475 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, argument 478 : Indenter(Indenter), Whitespaces(Whitespaces), Style(Style), 563 ContinuationIndenter *Indenter; member in class:clang::format::__anon1366::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 D | FormatToken.h | 449 /// 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
|
Completed in 252 milliseconds