• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/clang/lib/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) {
503 // into the ColumnLimit, they are checked here in the ContinuationIndenter.
523 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline,
560 void ContinuationIndenter::addTokenOnCurrentLine(LineState &State, bool DryRun,
754 unsigned ContinuationIndenter::addTokenOnNewLine(LineState &State,
944 unsigned ContinuationIndenter::getNewLineColumn(const LineState &State) {
1157 unsigned ContinuationIndenter::moveStateToNextToken(LineState &State,
1305 void ContinuationIndenter::moveStatePastFakeLParens(LineState &State,
1397 void ContinuationIndenter::moveStatePastFakeRParens(LineState &State) {
1409 void ContinuationIndenter::moveStatePastScopeOpener(LineState &State,
1553 void ContinuationIndenter::moveStatePastScopeCloser(LineState &State) {
1599 void ContinuationIndenter::moveStateToNewBlock(LineState &State) {
1627 unsigned ContinuationIndenter::reformatRawStringLiteral(
1776 unsigned ContinuationIndenter::addMultilineToken(const FormatToken &Current,
1792 unsigned ContinuationIndenter::handleEndOfLine(const FormatToken &Current,
1867 ContinuationIndenter::getRawStringStyle(const FormatToken &Current,
1885 ContinuationIndenter::createBreakableToken(const FormatToken &Current,
1964 ContinuationIndenter::breakProtrudingToken(const FormatToken &Current,
2337 unsigned ContinuationIndenter::getColumnLimit(const LineState &State) const {
2342 bool ContinuationIndenter::nextIsMultilineString(const LineState &State) {