Lines Matching defs:ContinuationIndenter

1 //===--- ContinuationIndenter.cpp - Format C++ code -----------------------===//
14 #include "ContinuationIndenter.h"
243 ContinuationIndenter::ContinuationIndenter(const FormatStyle &Style,
254 LineState ContinuationIndenter::getInitialState(unsigned FirstIndent,
298 bool ContinuationIndenter::canBreak(const LineState &State) {
386 bool ContinuationIndenter::mustBreak(const LineState &State) {
625 // into the ColumnLimit, they are checked here in the ContinuationIndenter.
648 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline,
687 void ContinuationIndenter::addTokenOnCurrentLine(LineState &State, bool DryRun,
1007 unsigned ContinuationIndenter::addTokenOnNewLine(LineState &State,
1277 unsigned ContinuationIndenter::getNewLineColumn(const LineState &State) {
1566 unsigned ContinuationIndenter::moveStateToNextToken(LineState &State,
1746 void ContinuationIndenter::moveStatePastFakeLParens(LineState &State,
1857 void ContinuationIndenter::moveStatePastFakeRParens(LineState &State) {
1875 void ContinuationIndenter::moveStatePastScopeOpener(LineState &State,
2039 void ContinuationIndenter::moveStatePastScopeCloser(LineState &State) {
2090 void ContinuationIndenter::moveStateToNewBlock(LineState &State, bool NewLine) {
2131 unsigned ContinuationIndenter::reformatRawStringLiteral(
2279 unsigned ContinuationIndenter::addMultilineToken(const FormatToken &Current,
2295 unsigned ContinuationIndenter::handleEndOfLine(const FormatToken &Current,
2370 ContinuationIndenter::getRawStringStyle(const FormatToken &Current,
2389 ContinuationIndenter::createBreakableToken(const FormatToken &Current,
2506 ContinuationIndenter::breakProtrudingToken(const FormatToken &Current,
2889 unsigned ContinuationIndenter::getColumnLimit(const LineState &State) const {
2894 bool ContinuationIndenter::nextIsMultilineString(const LineState &State) {