Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DContinuationIndenter.cpp59 ContinuationIndenter::ContinuationIndenter(const FormatStyle &Style, in ContinuationIndenter() function in clang::format::ContinuationIndenter
69 LineState ContinuationIndenter::getInitialState(unsigned FirstIndent, in getInitialState()
91 bool ContinuationIndenter::canBreak(const LineState &State) { in canBreak()
127 bool ContinuationIndenter::mustBreak(const LineState &State) { in mustBreak()
228 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline, in addTokenToState()
257 void ContinuationIndenter::addTokenOnCurrentLine(LineState &State, bool DryRun, in addTokenOnCurrentLine()
344 unsigned ContinuationIndenter::addTokenOnNewLine(LineState &State, in addTokenOnNewLine()
472 unsigned ContinuationIndenter::getNewLineColumn(const LineState &State) { in getNewLineColumn()
570 unsigned ContinuationIndenter::moveStateToNextToken(LineState &State, in moveStateToNextToken()
677 void ContinuationIndenter::moveStatePastFakeLParens(LineState &State, in moveStatePastFakeLParens()
[all …]
DFormatToken.h411 class ContinuationIndenter; variable
430 ContinuationIndenter *Indenter, in formatFromToken()
438 ContinuationIndenter *Indenter, in formatAfterToken()
457 unsigned formatAfterToken(LineState &State, ContinuationIndenter *Indenter,
460 unsigned formatFromToken(LineState &State, ContinuationIndenter *Indenter,
DCMakeLists.txt5 ContinuationIndenter.cpp
DContinuationIndenter.h34 class ContinuationIndenter {
38 ContinuationIndenter(const FormatStyle &Style, SourceManager &SourceMgr,
DAndroid.mk26 ContinuationIndenter.cpp \
DFormatToken.cpp60 ContinuationIndenter *Indenter, in formatAfterToken()
114 ContinuationIndenter *Indenter, in formatFromToken()
DFormat.cpp547 NoColumnLimitFormatter(ContinuationIndenter *Indenter) : Indenter(Indenter) {} in NoColumnLimitFormatter()
563 ContinuationIndenter *Indenter;
793 UnwrappedLineFormatter(ContinuationIndenter *Indenter, in UnwrappedLineFormatter()
1252 ContinuationIndenter *Indenter;
1740 ContinuationIndenter Indenter(Style, SourceMgr, Whitespaces, Encoding, in format()
/external/clang/patches/
D0004-Add-Android-build-system.patch1005 + ContinuationIndenter.cpp \