Home | History | Annotate | Download | only in Format

Lines Matching defs:ContinuationIndenter

1 //===--- ContinuationIndenter.cpp - Format C++ code -----------------------===//
14 #include "ContinuationIndenter.h"
224 ContinuationIndenter::ContinuationIndenter(const FormatStyle &Style,
235 LineState ContinuationIndenter::getInitialState(unsigned FirstIndent,
277 bool ContinuationIndenter::canBreak(const LineState &State) {
329 bool ContinuationIndenter::mustBreak(const LineState &State) {
505 // into the ColumnLimit, they are checked here in the ContinuationIndenter.
525 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline,
562 void ContinuationIndenter::addTokenOnCurrentLine(LineState &State, bool DryRun,
756 unsigned ContinuationIndenter::addTokenOnNewLine(LineState &State,
962 unsigned ContinuationIndenter::getNewLineColumn(const LineState &State) {
1174 unsigned ContinuationIndenter::moveStateToNextToken(LineState &State,
1322 void ContinuationIndenter::moveStatePastFakeLParens(LineState &State,
1418 void ContinuationIndenter::moveStatePastFakeRParens(LineState &State) {
1430 void ContinuationIndenter::moveStatePastScopeOpener(LineState &State,
1573 void ContinuationIndenter::moveStatePastScopeCloser(LineState &State) {
1619 void ContinuationIndenter::moveStateToNewBlock(LineState &State) {
1647 unsigned ContinuationIndenter::reformatRawStringLiteral(
1796 unsigned ContinuationIndenter::addMultilineToken(const FormatToken &Current,
1812 unsigned ContinuationIndenter::handleEndOfLine(const FormatToken &Current,
1887 ContinuationIndenter::getRawStringStyle(const FormatToken &Current,
1905 ContinuationIndenter::createBreakableToken(const FormatToken &Current,
1983 ContinuationIndenter::breakProtrudingToken(const FormatToken &Current,
2361 unsigned ContinuationIndenter::getColumnLimit(const LineState &State) const {
2366 bool ContinuationIndenter::nextIsMultilineString(const LineState &State) {