Searched refs:ContinuationIndenter (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Format/ |
| H A D | UnwrappedLineFormatter.h | 25 class ContinuationIndenter; variable 30 UnwrappedLineFormatter(ContinuationIndenter *Indenter, in UnwrappedLineFormatter() 66 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() 363 bool ContinuationIndenter::mustBreak(const LineState &State) { in mustBreak() 930 unsigned ContinuationIndenter::addTokenOnNewLine(LineState &State, in addTokenOnNewLine() 1472 unsigned ContinuationIndenter::moveStateToNextToken(LineState &State, in moveStateToNextToken() 1652 void ContinuationIndenter::moveStatePastFakeLParens(LineState &State, in moveStatePastFakeLParens() 1775 void ContinuationIndenter::moveStatePastScopeOpener(LineState &State, in moveStatePastScopeOpener() 1977 void ContinuationIndenter::moveStateToNewBlock(LineState &State) { in moveStateToNewBlock() 2010 unsigned ContinuationIndenter::reformatRawStringLiteral( in reformatRawStringLiteral() [all …]
|
| H A D | ContinuationIndenter.h | 51 class ContinuationIndenter { 55 ContinuationIndenter(const FormatStyle &Style,
|
| H A D | FormatToken.cpp | 111 ContinuationIndenter *Indenter, in formatAfterToken() 171 ContinuationIndenter *Indenter, in formatFromToken()
|
| H A D | UnwrappedLineFormatter.cpp | 986 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, in LineFormatter() 1080 ContinuationIndenter *Indenter; 1091 NoColumnLimitLineFormatter(ContinuationIndenter *Indenter, in NoColumnLimitLineFormatter() 1119 NoLineBreakFormatter(ContinuationIndenter *Indenter, in NoLineBreakFormatter() 1142 OptimizingLineFormatter(ContinuationIndenter *Indenter, in OptimizingLineFormatter()
|
| H A D | FormatToken.h | 879 class ContinuationIndenter; variable 898 ContinuationIndenter *Indenter, in formatFromToken() 906 ContinuationIndenter *Indenter, in formatAfterToken() 927 unsigned formatAfterToken(LineState &State, ContinuationIndenter *Indenter, 930 unsigned formatFromToken(LineState &State, ContinuationIndenter *Indenter,
|
| H A D | Format.cpp | 2410 ContinuationIndenter Indenter(Style, Tokens.getKeywords(), in analyze()
|
| /freebsd-14.2/lib/clang/libclang/ |
| H A D | Makefile | 425 SRCS_EXT+= Format/ContinuationIndenter.cpp
|