Searched refs:ContinuationIndenter (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | UnwrappedLineFormatter.h | 23 class ContinuationIndenter; variable 28 UnwrappedLineFormatter(ContinuationIndenter *Indenter, in UnwrappedLineFormatter() 64 ContinuationIndenter *Indenter;
|
| H A D | ContinuationIndenter.cpp | 235 ContinuationIndenter::ContinuationIndenter(const FormatStyle &Style, in ContinuationIndenter() function in clang::format::ContinuationIndenter 246 LineState ContinuationIndenter::getInitialState(unsigned FirstIndent, in getInitialState() 290 bool ContinuationIndenter::canBreak(const LineState &State) { in canBreak() 371 bool ContinuationIndenter::mustBreak(const LineState &State) { in mustBreak() 633 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline, in addTokenToState() 672 void ContinuationIndenter::addTokenOnCurrentLine(LineState &State, bool DryRun, in addTokenOnCurrentLine() 940 unsigned ContinuationIndenter::addTokenOnNewLine(LineState &State, in addTokenOnNewLine() 1207 unsigned ContinuationIndenter::getNewLineColumn(const LineState &State) { in getNewLineColumn() 1495 unsigned ContinuationIndenter::moveStateToNextToken(LineState &State, in moveStateToNextToken() 1675 void ContinuationIndenter::moveStatePastFakeLParens(LineState &State, in moveStatePastFakeLParens() [all …]
|
| H A D | ContinuationIndenter.h | 46 class ContinuationIndenter { 50 ContinuationIndenter(const FormatStyle &Style,
|
| H A D | FormatToken.cpp | 89 ContinuationIndenter *Indenter, in formatAfterToken() 149 ContinuationIndenter *Indenter, in formatFromToken()
|
| H A D | UnwrappedLineFormatter.cpp | 995 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, in LineFormatter() 1089 ContinuationIndenter *Indenter; 1100 NoColumnLimitLineFormatter(ContinuationIndenter *Indenter, in NoColumnLimitLineFormatter() 1128 NoLineBreakFormatter(ContinuationIndenter *Indenter, in NoLineBreakFormatter() 1151 OptimizingLineFormatter(ContinuationIndenter *Indenter, in OptimizingLineFormatter()
|
| H A D | FormatToken.h | 929 class ContinuationIndenter; variable 948 ContinuationIndenter *Indenter, in formatFromToken() 956 ContinuationIndenter *Indenter, in formatAfterToken() 977 unsigned formatAfterToken(LineState &State, ContinuationIndenter *Indenter, 980 unsigned formatFromToken(LineState &State, ContinuationIndenter *Indenter,
|
| H A D | Format.cpp | 2443 ContinuationIndenter Indenter(Style, Tokens.getKeywords(), in analyze()
|
| /freebsd/lib/clang/libclang/ |
| H A D | Makefile | 446 SRCS_MIN+= Format/ContinuationIndenter.cpp
|