Lines Matching defs:ContinuationIndenter
1 //===--- ContinuationIndenter.cpp - Format C++ code -----------------------===//
16 #include "ContinuationIndenter.h"
59 ContinuationIndenter::ContinuationIndenter(const FormatStyle &Style,
70 LineState ContinuationIndenter::getInitialState(unsigned FirstIndent,
92 bool ContinuationIndenter::canBreak(const LineState &State) {
136 bool ContinuationIndenter::mustBreak(const LineState &State) {
244 // into the ColumnLimit, they are checked here in the ContinuationIndenter.
256 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline,
291 void ContinuationIndenter::addTokenOnCurrentLine(LineState &State, bool DryRun,
406 unsigned ContinuationIndenter::addTokenOnNewLine(LineState &State,
554 unsigned ContinuationIndenter::getNewLineColumn(const LineState &State) {
666 unsigned ContinuationIndenter::moveStateToNextToken(LineState &State,
779 void ContinuationIndenter::moveStatePastFakeLParens(LineState &State,
857 void ContinuationIndenter::moveStatePastFakeRParens(LineState &State) {
869 void ContinuationIndenter::moveStatePastScopeOpener(LineState &State,
962 void ContinuationIndenter::moveStatePastScopeCloser(LineState &State) {
983 void ContinuationIndenter::moveStateToNewBlock(LineState &State) {
998 unsigned ContinuationIndenter::addMultilineToken(const FormatToken &Current,
1014 unsigned ContinuationIndenter::breakProtrudingToken(const FormatToken &Current,
1175 unsigned ContinuationIndenter::getColumnLimit(const LineState &State) const {
1180 bool ContinuationIndenter::nextIsMultilineString(const LineState &State) {