Searched defs:ContinuationIndenter (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Format/
H A DContinuationIndenter.h1 //===--- ContinuationIndenter.h - Format C++ code ---------------*- C++ -*-===//
34 class ContinuationIndenter { class in namespace:clang::format
36 /// \brief Constructs a \c ContinuationIndenter to format \p Line starting in
38 ContinuationIndenter(const FormatStyle &Style, SourceManager &SourceMgr,
H A DContinuationIndenter.cpp1 //===--- ContinuationIndenter.cpp - Format C++ code -----------------------===//
16 #include "ContinuationIndenter.h"
59 ContinuationIndenter::ContinuationIndenter(const FormatStyle &Style, function in class:clang::format::ContinuationIndenter
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
[all...]

Completed in 325 milliseconds