Searched refs:ContinuationIndenter (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
| H A D | UnwrappedLineFormatter.h | 25 class ContinuationIndenter; variable 30 UnwrappedLineFormatter(ContinuationIndenter *Indenter, in UnwrappedLineFormatter() 65 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() 525 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline, in addTokenToState() 562 void ContinuationIndenter::addTokenOnCurrentLine(LineState &State, bool DryRun, in addTokenOnCurrentLine() 756 unsigned ContinuationIndenter::addTokenOnNewLine(LineState &State, in addTokenOnNewLine() 962 unsigned ContinuationIndenter::getNewLineColumn(const LineState &State) { in getNewLineColumn() 1174 unsigned ContinuationIndenter::moveStateToNextToken(LineState &State, in moveStateToNextToken() 1322 void ContinuationIndenter::moveStatePastFakeLParens(LineState &State, in moveStatePastFakeLParens() [all …]
|
| H A D | CMakeLists.txt | 6 ContinuationIndenter.cpp
|
| 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 | 730 class ContinuationIndenter; variable 749 ContinuationIndenter *Indenter, in formatFromToken() 757 ContinuationIndenter *Indenter, in formatAfterToken() 778 unsigned formatAfterToken(LineState &State, ContinuationIndenter *Indenter, 781 unsigned formatFromToken(LineState &State, ContinuationIndenter *Indenter,
|
| H A D | UnwrappedLineFormatter.cpp | 779 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, in LineFormatter() 868 ContinuationIndenter *Indenter; 879 NoColumnLimitLineFormatter(ContinuationIndenter *Indenter, in NoColumnLimitLineFormatter() 907 NoLineBreakFormatter(ContinuationIndenter *Indenter, in NoLineBreakFormatter() 930 OptimizingLineFormatter(ContinuationIndenter *Indenter, in OptimizingLineFormatter()
|
| H A D | Format.cpp | 1646 ContinuationIndenter Indenter(Style, Tokens.getKeywords(), in analyze()
|
| /netbsd-src/external/apache2/llvm/lib/libclangFormat/ |
| H A D | Makefile | 11 ContinuationIndenter.cpp \
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/Format/ |
| H A D | BUILD.gn | 14 "ContinuationIndenter.cpp",
|