HomeSort by: relevance | last modified time | path
    Searched defs:ContinuationIndenter (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Format/
ContinuationIndenter.h 1 //===--- ContinuationIndenter.h - Format C++ code ---------------*- C++ -*-===//
50 class ContinuationIndenter {
52 /// Constructs a \c ContinuationIndenter to format \p Line starting in
54 ContinuationIndenter(const FormatStyle &Style,
ContinuationIndenter.cpp 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
    [all...]

Completed in 25 milliseconds