Searched refs:ContinuationIndenter (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Format/ |
| H A D | UnwrappedLineFormatter.h | 26 class ContinuationIndenter; variable 31 UnwrappedLineFormatter(ContinuationIndenter *Indenter, in UnwrappedLineFormatter() 68 ContinuationIndenter *Indenter;
|
| H A D | ContinuationIndenter.cpp | 225 ContinuationIndenter::ContinuationIndenter(const FormatStyle &Style, in ContinuationIndenter() function in clang::format::ContinuationIndenter 236 LineState ContinuationIndenter::getInitialState(unsigned FirstIndent, in getInitialState() 278 bool ContinuationIndenter::canBreak(const LineState &State) { in canBreak() 330 bool ContinuationIndenter::mustBreak(const LineState &State) { in mustBreak() 727 unsigned ContinuationIndenter::addTokenOnNewLine(LineState &State, in addTokenOnNewLine() 1052 unsigned ContinuationIndenter::moveStateToNextToken(LineState &State, in moveStateToNextToken() 1188 void ContinuationIndenter::moveStatePastFakeLParens(LineState &State, in moveStatePastFakeLParens() 1269 void ContinuationIndenter::moveStatePastScopeOpener(LineState &State, in moveStatePastScopeOpener() 1437 void ContinuationIndenter::moveStateToNewBlock(LineState &State) { in moveStateToNewBlock() 1465 unsigned ContinuationIndenter::reformatRawStringLiteral( in reformatRawStringLiteral() [all …]
|
| H A D | FormatToken.h | 567 class ContinuationIndenter; variable 586 ContinuationIndenter *Indenter, in formatFromToken() 594 ContinuationIndenter *Indenter, in formatAfterToken() 615 unsigned formatAfterToken(LineState &State, ContinuationIndenter *Indenter, 618 unsigned formatFromToken(LineState &State, ContinuationIndenter *Indenter,
|
| H A D | ContinuationIndenter.h | 51 class ContinuationIndenter { 55 ContinuationIndenter(const FormatStyle &Style,
|
| H A D | FormatToken.cpp | 76 ContinuationIndenter *Indenter, in formatAfterToken() 135 ContinuationIndenter *Indenter, in formatFromToken()
|
| H A D | UnwrappedLineFormatter.cpp | 684 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, in LineFormatter() 774 ContinuationIndenter *Indenter; 785 NoColumnLimitLineFormatter(ContinuationIndenter *Indenter, in NoColumnLimitLineFormatter() 813 NoLineBreakFormatter(ContinuationIndenter *Indenter, in NoLineBreakFormatter() 836 OptimizingLineFormatter(ContinuationIndenter *Indenter, in OptimizingLineFormatter()
|
| H A D | Format.cpp | 1182 ContinuationIndenter Indenter(Style, Tokens.getKeywords(), in analyze()
|
| /freebsd-12.1/lib/clang/libclang/ |
| H A D | Makefile | 314 SRCS_EXT+= Format/ContinuationIndenter.cpp
|