Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.h25 class ContinuationIndenter; variable
30 UnwrappedLineFormatter(ContinuationIndenter *Indenter, in UnwrappedLineFormatter()
66 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()
756 unsigned ContinuationIndenter::addTokenOnNewLine(LineState &State, in addTokenOnNewLine()
1174 unsigned ContinuationIndenter::moveStateToNextToken(LineState &State, in moveStateToNextToken()
1322 void ContinuationIndenter::moveStatePastFakeLParens(LineState &State, in moveStatePastFakeLParens()
1430 void ContinuationIndenter::moveStatePastScopeOpener(LineState &State, in moveStatePastScopeOpener()
1619 void ContinuationIndenter::moveStateToNewBlock(LineState &State) { in moveStateToNewBlock()
1647 unsigned ContinuationIndenter::reformatRawStringLiteral( in reformatRawStringLiteral()
[all …]
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.h740 class ContinuationIndenter; variable
759 ContinuationIndenter *Indenter, in formatFromToken()
767 ContinuationIndenter *Indenter, in formatAfterToken()
788 unsigned formatAfterToken(LineState &State, ContinuationIndenter *Indenter,
791 unsigned formatFromToken(LineState &State, ContinuationIndenter *Indenter,
H A DUnwrappedLineFormatter.cpp781 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, in LineFormatter()
882 ContinuationIndenter *Indenter;
893 NoColumnLimitLineFormatter(ContinuationIndenter *Indenter, in NoColumnLimitLineFormatter()
921 NoLineBreakFormatter(ContinuationIndenter *Indenter, in NoLineBreakFormatter()
944 OptimizingLineFormatter(ContinuationIndenter *Indenter, in OptimizingLineFormatter()
H A DFormat.cpp1693 ContinuationIndenter Indenter(Style, Tokens.getKeywords(), in analyze()
/freebsd-13.1/lib/clang/libclang/
H A DMakefile368 SRCS_EXT+= Format/ContinuationIndenter.cpp