Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineFormatter.h25 class ContinuationIndenter; variable
30 UnwrappedLineFormatter(ContinuationIndenter *Indenter, in UnwrappedLineFormatter()
66 ContinuationIndenter *Indenter;
H A DContinuationIndenter.cpp226 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 DCMakeLists.txt6 ContinuationIndenter.cpp
H A DContinuationIndenter.h51 class ContinuationIndenter {
55 ContinuationIndenter(const FormatStyle &Style,
H A DFormatToken.cpp97 ContinuationIndenter *Indenter, in formatAfterToken()
157 ContinuationIndenter *Indenter, in formatFromToken()
H A DUnwrappedLineFormatter.cpp941 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 DFormatToken.h826 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 DFormat.cpp2238 ContinuationIndenter Indenter(Style, Tokens.getKeywords(), in analyze()
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Format/
H A DBUILD.gn14 "ContinuationIndenter.cpp",
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt446 clang/lib/Format/ContinuationIndenter.cpp
447 clang/lib/Format/ContinuationIndenter.h