HomeSort by relevance Sort by last modified time
    Searched refs:ContinuationIndenter (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/Format/
Android.mk 26 ContinuationIndenter.cpp \
FormatToken.h 411 class ContinuationIndenter;
430 ContinuationIndenter *Indenter,
438 ContinuationIndenter *Indenter,
457 unsigned formatAfterToken(LineState &State, ContinuationIndenter *Indenter,
460 unsigned formatFromToken(LineState &State, ContinuationIndenter *Indenter,
ContinuationIndenter.cpp 1 //===--- ContinuationIndenter.cpp - Format C++ code -----------------------===//
16 #include "ContinuationIndenter.h"
59 ContinuationIndenter::ContinuationIndenter(const FormatStyle &Style,
69 LineState ContinuationIndenter::getInitialState(unsigned FirstIndent,
91 bool ContinuationIndenter::canBreak(const LineState &State) {
127 bool ContinuationIndenter::mustBreak(const LineState &State) {
220 // into the ColumnLimit, they are checked here in the ContinuationIndenter.
228 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline,
257 void ContinuationIndenter::addTokenOnCurrentLine(LineState &State, bool DryRun
    [all...]
ContinuationIndenter.h 1 //===--- ContinuationIndenter.h - Format C++ code ---------------*- C++ -*-===//
34 class ContinuationIndenter {
36 /// \brief Constructs a \c ContinuationIndenter to format \p Line starting in
38 ContinuationIndenter(const FormatStyle &Style, SourceManager &SourceMgr,
FormatToken.cpp 17 #include "ContinuationIndenter.h"
60 ContinuationIndenter *Indenter,
114 ContinuationIndenter *Indenter,
Format.cpp 16 #include "ContinuationIndenter.h"
547 NoColumnLimitFormatter(ContinuationIndenter *Indenter) : Indenter(Indenter) {}
563 ContinuationIndenter *Indenter;
793 UnwrappedLineFormatter(ContinuationIndenter *Indenter,
    [all...]

Completed in 110 milliseconds