Searched refs:ContinuationIndenter (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/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 | 226 ContinuationIndenter::ContinuationIndenter(const FormatStyle &Style, in ContinuationIndenter() function in clang::format::ContinuationIndenter 237 LineState ContinuationIndenter::getInitialState(unsigned FirstIndent, in getInitialState() 280 bool ContinuationIndenter::canBreak(const LineState &State) { in canBreak() 347 bool ContinuationIndenter::mustBreak(const LineState &State) { in mustBreak() 606 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline, in addTokenToState() 645 void ContinuationIndenter::addTokenOnCurrentLine(LineState &State, bool DryRun, in addTokenOnCurrentLine() 851 unsigned ContinuationIndenter::addTokenOnNewLine(LineState &State, in addTokenOnNewLine() 1080 unsigned ContinuationIndenter::getNewLineColumn(const LineState &State) { in getNewLineColumn() 1331 unsigned ContinuationIndenter::moveStateToNextToken(LineState &State, in moveStateToNextToken() 1494 void ContinuationIndenter::moveStatePastFakeLParens(LineState &State, in moveStatePastFakeLParens() [all …]
|
| H A D | CMakeLists.txt | 6 ContinuationIndenter.cpp
|
| H A D | ContinuationIndenter.h | 51 class ContinuationIndenter { 55 ContinuationIndenter(const FormatStyle &Style,
|
| H A D | FormatToken.cpp | 97 ContinuationIndenter *Indenter, in formatAfterToken() 157 ContinuationIndenter *Indenter, in formatFromToken()
|
| H A D | UnwrappedLineFormatter.cpp | 941 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, in LineFormatter() 1044 ContinuationIndenter *Indenter; 1055 NoColumnLimitLineFormatter(ContinuationIndenter *Indenter, in NoColumnLimitLineFormatter() 1083 NoLineBreakFormatter(ContinuationIndenter *Indenter, in NoLineBreakFormatter() 1106 OptimizingLineFormatter(ContinuationIndenter *Indenter, in OptimizingLineFormatter()
|
| H A D | FormatToken.h | 826 class ContinuationIndenter; variable 845 ContinuationIndenter *Indenter, in formatFromToken() 853 ContinuationIndenter *Indenter, in formatAfterToken() 874 unsigned formatAfterToken(LineState &State, ContinuationIndenter *Indenter, 877 unsigned formatFromToken(LineState &State, ContinuationIndenter *Indenter,
|
| H A D | Format.cpp | 2238 ContinuationIndenter Indenter(Style, Tokens.getKeywords(), in analyze()
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Format/ |
| H A D | BUILD.gn | 14 "ContinuationIndenter.cpp",
|
| /openbsd-src/gnu/llvm/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 446 clang/lib/Format/ContinuationIndenter.cpp 447 clang/lib/Format/ContinuationIndenter.h
|