Searched refs:ContinuationIndenter (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/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 | 224 ContinuationIndenter::ContinuationIndenter(const FormatStyle &Style, in ContinuationIndenter() function in clang::format::ContinuationIndenter 235 LineState ContinuationIndenter::getInitialState(unsigned FirstIndent, in getInitialState() 277 bool ContinuationIndenter::canBreak(const LineState &State) { in canBreak() 329 bool ContinuationIndenter::mustBreak(const LineState &State) { in mustBreak() 756 unsigned ContinuationIndenter::addTokenOnNewLine(LineState &State, in addTokenOnNewLine() 1174 unsigned ContinuationIndenter::moveStateToNextToken(LineState &State, in moveStateToNextToken() 1322 void ContinuationIndenter::moveStatePastFakeLParens(LineState &State, in moveStatePastFakeLParens() 1430 void ContinuationIndenter::moveStatePastScopeOpener(LineState &State, in moveStatePastScopeOpener() 1619 void ContinuationIndenter::moveStateToNewBlock(LineState &State) { in moveStateToNewBlock() 1647 unsigned ContinuationIndenter::reformatRawStringLiteral( in reformatRawStringLiteral() [all …]
|
| H A D | ContinuationIndenter.h | 50 class ContinuationIndenter { 54 ContinuationIndenter(const FormatStyle &Style,
|
| H A D | FormatToken.cpp | 77 ContinuationIndenter *Indenter, in formatAfterToken() 136 ContinuationIndenter *Indenter, in formatFromToken()
|
| H A D | FormatToken.h | 740 class ContinuationIndenter; variable 759 ContinuationIndenter *Indenter, in formatFromToken() 767 ContinuationIndenter *Indenter, in formatAfterToken() 788 unsigned formatAfterToken(LineState &State, ContinuationIndenter *Indenter, 791 unsigned formatFromToken(LineState &State, ContinuationIndenter *Indenter,
|
| H A D | UnwrappedLineFormatter.cpp | 781 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, in LineFormatter() 882 ContinuationIndenter *Indenter; 893 NoColumnLimitLineFormatter(ContinuationIndenter *Indenter, in NoColumnLimitLineFormatter() 921 NoLineBreakFormatter(ContinuationIndenter *Indenter, in NoLineBreakFormatter() 944 OptimizingLineFormatter(ContinuationIndenter *Indenter, in OptimizingLineFormatter()
|
| H A D | Format.cpp | 1693 ContinuationIndenter Indenter(Style, Tokens.getKeywords(), in analyze()
|
| /freebsd-13.1/lib/clang/libclang/ |
| H A D | Makefile | 368 SRCS_EXT+= Format/ContinuationIndenter.cpp
|