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 | 243 ContinuationIndenter::ContinuationIndenter(const FormatStyle &Style, in ContinuationIndenter() function in clang::format::ContinuationIndenter 254 LineState ContinuationIndenter::getInitialState(unsigned FirstIndent, in getInitialState() 298 bool ContinuationIndenter::canBreak(const LineState &State) { in canBreak() 396 bool ContinuationIndenter::mustBreak(const LineState &State) { in mustBreak() 670 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline, in addTokenToState() 709 void ContinuationIndenter::addTokenOnCurrentLine(LineState &State, bool DryRun, in addTokenOnCurrentLine() 1035 unsigned ContinuationIndenter::addTokenOnNewLine(LineState &State, in addTokenOnNewLine() 1308 unsigned ContinuationIndenter::getNewLineColumn(const LineState &State) { in getNewLineColumn() 1611 unsigned ContinuationIndenter::moveStateToNextToken(LineState &State, in moveStateToNextToken() 1791 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 | 88 ContinuationIndenter *Indenter, in formatAfterToken() 148 ContinuationIndenter *Indenter, in formatFromToken()
|
| H A D | FormatToken.h | 931 class ContinuationIndenter; variable 950 ContinuationIndenter *Indenter, in formatFromToken() 958 ContinuationIndenter *Indenter, in formatAfterToken() 979 unsigned formatAfterToken(LineState &State, ContinuationIndenter *Indenter, 982 unsigned formatFromToken(LineState &State, ContinuationIndenter *Indenter,
|
| H A D | UnwrappedLineFormatter.cpp | 1053 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, in LineFormatter() 1147 ContinuationIndenter *Indenter; 1158 NoColumnLimitLineFormatter(ContinuationIndenter *Indenter, in NoColumnLimitLineFormatter() 1186 NoLineBreakFormatter(ContinuationIndenter *Indenter, in NoLineBreakFormatter() 1209 OptimizingLineFormatter(ContinuationIndenter *Indenter, in OptimizingLineFormatter()
|
| H A D | Format.cpp | 2612 ContinuationIndenter Indenter(Style, Tokens.getKeywords(), in analyze()
|
| /freebsd/lib/clang/libclang/ |
| H A D | Makefile | 459 SRCS_MIN+= Format/ContinuationIndenter.cpp
|