Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.h23 class ContinuationIndenter; variable
28 UnwrappedLineFormatter(ContinuationIndenter *Indenter, in UnwrappedLineFormatter()
64 ContinuationIndenter *Indenter;
H A DContinuationIndenter.cpp235 ContinuationIndenter::ContinuationIndenter(const FormatStyle &Style, in ContinuationIndenter() function in clang::format::ContinuationIndenter
246 LineState ContinuationIndenter::getInitialState(unsigned FirstIndent, in getInitialState()
290 bool ContinuationIndenter::canBreak(const LineState &State) { in canBreak()
371 bool ContinuationIndenter::mustBreak(const LineState &State) { in mustBreak()
633 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline, in addTokenToState()
672 void ContinuationIndenter::addTokenOnCurrentLine(LineState &State, bool DryRun, in addTokenOnCurrentLine()
940 unsigned ContinuationIndenter::addTokenOnNewLine(LineState &State, in addTokenOnNewLine()
1207 unsigned ContinuationIndenter::getNewLineColumn(const LineState &State) { in getNewLineColumn()
1495 unsigned ContinuationIndenter::moveStateToNextToken(LineState &State, in moveStateToNextToken()
1675 void ContinuationIndenter::moveStatePastFakeLParens(LineState &State, in moveStatePastFakeLParens()
[all …]
H A DContinuationIndenter.h46 class ContinuationIndenter {
50 ContinuationIndenter(const FormatStyle &Style,
H A DFormatToken.cpp89 ContinuationIndenter *Indenter, in formatAfterToken()
149 ContinuationIndenter *Indenter, in formatFromToken()
H A DUnwrappedLineFormatter.cpp995 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, in LineFormatter()
1089 ContinuationIndenter *Indenter;
1100 NoColumnLimitLineFormatter(ContinuationIndenter *Indenter, in NoColumnLimitLineFormatter()
1128 NoLineBreakFormatter(ContinuationIndenter *Indenter, in NoLineBreakFormatter()
1151 OptimizingLineFormatter(ContinuationIndenter *Indenter, in OptimizingLineFormatter()
H A DFormatToken.h929 class ContinuationIndenter; variable
948 ContinuationIndenter *Indenter, in formatFromToken()
956 ContinuationIndenter *Indenter, in formatAfterToken()
977 unsigned formatAfterToken(LineState &State, ContinuationIndenter *Indenter,
980 unsigned formatFromToken(LineState &State, ContinuationIndenter *Indenter,
H A DFormat.cpp2443 ContinuationIndenter Indenter(Style, Tokens.getKeywords(), in analyze()
/freebsd/lib/clang/libclang/
H A DMakefile446 SRCS_MIN+= Format/ContinuationIndenter.cpp