Home | History | Annotate | Download | only in Format

Lines Matching defs:ContinuationIndenter

1 //===--- ContinuationIndenter.cpp - Format C++ code -----------------------===//
16 #include "ContinuationIndenter.h"
65 ContinuationIndenter::ContinuationIndenter(const FormatStyle &Style,
76 LineState ContinuationIndenter::getInitialState(unsigned FirstIndent,
98 bool ContinuationIndenter::canBreak(const LineState &State) {
142 bool ContinuationIndenter::mustBreak(const LineState &State) {
263 // into the ColumnLimit, they are checked here in the ContinuationIndenter.
277 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline,
312 void ContinuationIndenter::addTokenOnCurrentLine(LineState &State, bool DryRun,
439 unsigned ContinuationIndenter::addTokenOnNewLine(LineState &State,
596 unsigned ContinuationIndenter::getNewLineColumn(const LineState &State) {
708 unsigned ContinuationIndenter::moveStateToNextToken(LineState &State,
825 void ContinuationIndenter::moveStatePastFakeLParens(LineState &State,
904 void ContinuationIndenter::moveStatePastFakeRParens(LineState &State) {
916 void ContinuationIndenter::moveStatePastScopeOpener(LineState &State,
1013 void ContinuationIndenter::moveStatePastScopeCloser(LineState &State) {
1034 void ContinuationIndenter::moveStateToNewBlock(LineState &State) {
1049 unsigned ContinuationIndenter::addMultilineToken(const FormatToken &Current,
1068 unsigned ContinuationIndenter::breakProtrudingToken(const FormatToken &Current,
1230 unsigned ContinuationIndenter::getColumnLimit(const LineState &State) const {
1235 bool ContinuationIndenter::nextIsMultilineString(const LineState &State) {