Lines Matching defs:ContinuationIndenter

1 //===--- ContinuationIndenter.cpp - Format C++ code -----------------------===//
14 #include "ContinuationIndenter.h"
235 ContinuationIndenter::ContinuationIndenter(const FormatStyle &Style,
246 LineState ContinuationIndenter::getInitialState(unsigned FirstIndent,
290 bool ContinuationIndenter::canBreak(const LineState &State) {
371 bool ContinuationIndenter::mustBreak(const LineState &State) {
610 // into the ColumnLimit, they are checked here in the ContinuationIndenter.
633 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline,
672 void ContinuationIndenter::addTokenOnCurrentLine(LineState &State, bool DryRun,
940 unsigned ContinuationIndenter::addTokenOnNewLine(LineState &State,
1207 unsigned ContinuationIndenter::getNewLineColumn(const LineState &State) {
1495 unsigned ContinuationIndenter::moveStateToNextToken(LineState &State,
1675 void ContinuationIndenter::moveStatePastFakeLParens(LineState &State,
1786 void ContinuationIndenter::moveStatePastFakeRParens(LineState &State) {
1804 void ContinuationIndenter::moveStatePastScopeOpener(LineState &State,
1967 void ContinuationIndenter::moveStatePastScopeCloser(LineState &State) {
2018 void ContinuationIndenter::moveStateToNewBlock(LineState &State, bool NewLine) {
2059 unsigned ContinuationIndenter::reformatRawStringLiteral(
2207 unsigned ContinuationIndenter::addMultilineToken(const FormatToken &Current,
2223 unsigned ContinuationIndenter::handleEndOfLine(const FormatToken &Current,
2298 ContinuationIndenter::getRawStringStyle(const FormatToken &Current,
2317 ContinuationIndenter::createBreakableToken(const FormatToken &Current,
2434 ContinuationIndenter::breakProtrudingToken(const FormatToken &Current,
2817 unsigned ContinuationIndenter::getColumnLimit(const LineState &State) const {
2822 bool ContinuationIndenter::nextIsMultilineString(const LineState &State) {