Searched refs:ContinuationIndenter (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/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 | 225 ContinuationIndenter::ContinuationIndenter(const FormatStyle &Style, in ContinuationIndenter() function in clang::format::ContinuationIndenter 236 LineState ContinuationIndenter::getInitialState(unsigned FirstIndent, in getInitialState() 279 bool ContinuationIndenter::canBreak(const LineState &State) { in canBreak() 337 bool ContinuationIndenter::mustBreak(const LineState &State) { in mustBreak() 835 unsigned ContinuationIndenter::addTokenOnNewLine(LineState &State, in addTokenOnNewLine() 1308 unsigned ContinuationIndenter::moveStateToNextToken(LineState &State, in moveStateToNextToken() 1469 void ContinuationIndenter::moveStatePastFakeLParens(LineState &State, in moveStatePastFakeLParens() 1586 void ContinuationIndenter::moveStatePastScopeOpener(LineState &State, in moveStatePastScopeOpener() 1782 void ContinuationIndenter::moveStateToNewBlock(LineState &State) { in moveStateToNewBlock() 1810 unsigned ContinuationIndenter::reformatRawStringLiteral( in reformatRawStringLiteral() [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 | 96 ContinuationIndenter *Indenter, in formatAfterToken() 156 ContinuationIndenter *Indenter, in formatFromToken()
|
| H A D | FormatToken.h | 793 class ContinuationIndenter; variable 812 ContinuationIndenter *Indenter, in formatFromToken() 820 ContinuationIndenter *Indenter, in formatAfterToken() 841 unsigned formatAfterToken(LineState &State, ContinuationIndenter *Indenter, 844 unsigned formatFromToken(LineState &State, ContinuationIndenter *Indenter,
|
| H A D | UnwrappedLineFormatter.cpp | 919 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, in LineFormatter() 1022 ContinuationIndenter *Indenter; 1033 NoColumnLimitLineFormatter(ContinuationIndenter *Indenter, in NoColumnLimitLineFormatter() 1061 NoLineBreakFormatter(ContinuationIndenter *Indenter, in NoLineBreakFormatter() 1084 OptimizingLineFormatter(ContinuationIndenter *Indenter, in OptimizingLineFormatter()
|
| H A D | Format.cpp | 2039 ContinuationIndenter Indenter(Style, Tokens.getKeywords(), in analyze()
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/Format/ |
| H A D | BUILD.gn | 14 "ContinuationIndenter.cpp",
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 448 clang/lib/Format/ContinuationIndenter.cpp 449 clang/lib/Format/ContinuationIndenter.h
|