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.cpp243 ContinuationIndenter::ContinuationIndenter(const FormatStyle &Style, in ContinuationIndenter() function in clang::format::ContinuationIndenter
254 LineState ContinuationIndenter::getInitialState(unsigned FirstIndent, in getInitialState()
298 bool ContinuationIndenter::canBreak(const LineState &State) { in canBreak()
396 bool ContinuationIndenter::mustBreak(const LineState &State) { in mustBreak()
670 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline, in addTokenToState()
709 void ContinuationIndenter::addTokenOnCurrentLine(LineState &State, bool DryRun, in addTokenOnCurrentLine()
1035 unsigned ContinuationIndenter::addTokenOnNewLine(LineState &State, in addTokenOnNewLine()
1308 unsigned ContinuationIndenter::getNewLineColumn(const LineState &State) { in getNewLineColumn()
1611 unsigned ContinuationIndenter::moveStateToNextToken(LineState &State, in moveStateToNextToken()
1791 void ContinuationIndenter::moveStatePastFakeLParens(LineState &State, in moveStatePastFakeLParens()
[all …]
H A DContinuationIndenter.h46 class ContinuationIndenter {
50 ContinuationIndenter(const FormatStyle &Style,
H A DFormatToken.cpp88 ContinuationIndenter *Indenter, in formatAfterToken()
148 ContinuationIndenter *Indenter, in formatFromToken()
H A DFormatToken.h931 class ContinuationIndenter; variable
950 ContinuationIndenter *Indenter, in formatFromToken()
958 ContinuationIndenter *Indenter, in formatAfterToken()
979 unsigned formatAfterToken(LineState &State, ContinuationIndenter *Indenter,
982 unsigned formatFromToken(LineState &State, ContinuationIndenter *Indenter,
H A DUnwrappedLineFormatter.cpp1053 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, in LineFormatter()
1147 ContinuationIndenter *Indenter;
1158 NoColumnLimitLineFormatter(ContinuationIndenter *Indenter, in NoColumnLimitLineFormatter()
1186 NoLineBreakFormatter(ContinuationIndenter *Indenter, in NoLineBreakFormatter()
1209 OptimizingLineFormatter(ContinuationIndenter *Indenter, in OptimizingLineFormatter()
H A DFormat.cpp2612 ContinuationIndenter Indenter(Style, Tokens.getKeywords(), in analyze()
/freebsd/lib/clang/libclang/
H A DMakefile459 SRCS_MIN+= Format/ContinuationIndenter.cpp