Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineFormatter.h25 class ContinuationIndenter; variable
30 UnwrappedLineFormatter(ContinuationIndenter *Indenter, in UnwrappedLineFormatter()
65 ContinuationIndenter *Indenter;
H A DContinuationIndenter.cpp224 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 DCMakeLists.txt6 ContinuationIndenter.cpp
H A DContinuationIndenter.h50 class ContinuationIndenter {
54 ContinuationIndenter(const FormatStyle &Style,
H A DFormatToken.cpp77 ContinuationIndenter *Indenter, in formatAfterToken()
136 ContinuationIndenter *Indenter, in formatFromToken()
H A DFormatToken.h730 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 DUnwrappedLineFormatter.cpp779 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 DFormat.cpp1646 ContinuationIndenter Indenter(Style, Tokens.getKeywords(), in analyze()
/netbsd-src/external/apache2/llvm/lib/libclangFormat/
H A DMakefile11 ContinuationIndenter.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/Format/
H A DBUILD.gn14 "ContinuationIndenter.cpp",