Home
last modified time | relevance | path

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

/freebsd-14.2/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.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()
363 bool ContinuationIndenter::mustBreak(const LineState &State) { in mustBreak()
930 unsigned ContinuationIndenter::addTokenOnNewLine(LineState &State, in addTokenOnNewLine()
1472 unsigned ContinuationIndenter::moveStateToNextToken(LineState &State, in moveStateToNextToken()
1652 void ContinuationIndenter::moveStatePastFakeLParens(LineState &State, in moveStatePastFakeLParens()
1775 void ContinuationIndenter::moveStatePastScopeOpener(LineState &State, in moveStatePastScopeOpener()
1977 void ContinuationIndenter::moveStateToNewBlock(LineState &State) { in moveStateToNewBlock()
2010 unsigned ContinuationIndenter::reformatRawStringLiteral( in reformatRawStringLiteral()
[all …]
H A DContinuationIndenter.h51 class ContinuationIndenter {
55 ContinuationIndenter(const FormatStyle &Style,
H A DFormatToken.cpp111 ContinuationIndenter *Indenter, in formatAfterToken()
171 ContinuationIndenter *Indenter, in formatFromToken()
H A DUnwrappedLineFormatter.cpp986 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, in LineFormatter()
1080 ContinuationIndenter *Indenter;
1091 NoColumnLimitLineFormatter(ContinuationIndenter *Indenter, in NoColumnLimitLineFormatter()
1119 NoLineBreakFormatter(ContinuationIndenter *Indenter, in NoLineBreakFormatter()
1142 OptimizingLineFormatter(ContinuationIndenter *Indenter, in OptimizingLineFormatter()
H A DFormatToken.h879 class ContinuationIndenter; variable
898 ContinuationIndenter *Indenter, in formatFromToken()
906 ContinuationIndenter *Indenter, in formatAfterToken()
927 unsigned formatAfterToken(LineState &State, ContinuationIndenter *Indenter,
930 unsigned formatFromToken(LineState &State, ContinuationIndenter *Indenter,
H A DFormat.cpp2410 ContinuationIndenter Indenter(Style, Tokens.getKeywords(), in analyze()
/freebsd-14.2/lib/clang/libclang/
H A DMakefile425 SRCS_EXT+= Format/ContinuationIndenter.cpp