Home
last modified time | relevance | path

Searched refs:ContinuationIndenter (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineFormatter.h25 class ContinuationIndenter; variable
30 UnwrappedLineFormatter(ContinuationIndenter *Indenter, in UnwrappedLineFormatter()
66 ContinuationIndenter *Indenter;
H A DContinuationIndenter.cpp225 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 DCMakeLists.txt6 ContinuationIndenter.cpp
H A DContinuationIndenter.h50 class ContinuationIndenter {
54 ContinuationIndenter(const FormatStyle &Style,
H A DFormatToken.cpp96 ContinuationIndenter *Indenter, in formatAfterToken()
156 ContinuationIndenter *Indenter, in formatFromToken()
H A DFormatToken.h793 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 DUnwrappedLineFormatter.cpp919 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 DFormat.cpp2039 ContinuationIndenter Indenter(Style, Tokens.getKeywords(), in analyze()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/Format/
H A DBUILD.gn14 "ContinuationIndenter.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt448 clang/lib/Format/ContinuationIndenter.cpp
449 clang/lib/Format/ContinuationIndenter.h