Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DUnwrappedLineFormatter.h28 class ContinuationIndenter; variable
33 UnwrappedLineFormatter(ContinuationIndenter *Indenter, in UnwrappedLineFormatter()
157 ContinuationIndenter *Indenter;
DContinuationIndenter.cpp59 ContinuationIndenter::ContinuationIndenter(const FormatStyle &Style, in ContinuationIndenter() function in clang::format::ContinuationIndenter
70 LineState ContinuationIndenter::getInitialState(unsigned FirstIndent, in getInitialState()
92 bool ContinuationIndenter::canBreak(const LineState &State) { in canBreak()
135 bool ContinuationIndenter::mustBreak(const LineState &State) { in mustBreak()
241 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline, in addTokenToState()
276 void ContinuationIndenter::addTokenOnCurrentLine(LineState &State, bool DryRun, in addTokenOnCurrentLine()
381 unsigned ContinuationIndenter::addTokenOnNewLine(LineState &State, in addTokenOnNewLine()
509 unsigned ContinuationIndenter::getNewLineColumn(const LineState &State) { in getNewLineColumn()
608 unsigned ContinuationIndenter::moveStateToNextToken(LineState &State, in moveStateToNextToken()
713 void ContinuationIndenter::moveStatePastFakeLParens(LineState &State, in moveStatePastFakeLParens()
[all …]
DFormatToken.h430 class ContinuationIndenter; variable
449 ContinuationIndenter *Indenter, in formatFromToken()
457 ContinuationIndenter *Indenter, in formatAfterToken()
476 unsigned formatAfterToken(LineState &State, ContinuationIndenter *Indenter,
479 unsigned formatFromToken(LineState &State, ContinuationIndenter *Indenter,
DCMakeLists.txt5 ContinuationIndenter.cpp
DContinuationIndenter.h35 class ContinuationIndenter {
39 ContinuationIndenter(const FormatStyle &Style,
DAndroid.mk23 ContinuationIndenter.cpp \
DFormatToken.cpp60 ContinuationIndenter *Indenter, in formatAfterToken()
115 ContinuationIndenter *Indenter, in formatFromToken()
DUnwrappedLineFormatter.cpp306 NoColumnLimitFormatter(ContinuationIndenter *Indenter) : Indenter(Indenter) {} in NoColumnLimitFormatter()
322 ContinuationIndenter *Indenter;
DFormat.cpp1250 ContinuationIndenter Indenter(Style, Tokens.getKeywords(), SourceMgr, in format()
/external/clang/patches/
D0004-Add-Android-build-system.patch1005 + ContinuationIndenter.cpp \