OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ContinuationIndenter
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Format/
ContinuationIndenter.h
1
//===---
ContinuationIndenter
.h - Format C++ code ---------------*- C++ -*-===//
35
class
ContinuationIndenter
{
37
/// \brief Constructs a \c
ContinuationIndenter
to format \p Line starting in
39
ContinuationIndenter
(const FormatStyle &Style,
ContinuationIndenter.cpp
1
//===---
ContinuationIndenter
.cpp - Format C++ code -----------------------===//
16
#include "
ContinuationIndenter
.h"
59
ContinuationIndenter
::
ContinuationIndenter
(const FormatStyle &Style,
70
LineState
ContinuationIndenter
::getInitialState(unsigned FirstIndent,
92
bool
ContinuationIndenter
::canBreak(const LineState &State) {
136
bool
ContinuationIndenter
::mustBreak(const LineState &State) {
244
// into the ColumnLimit, they are checked here in the
ContinuationIndenter
.
256
unsigned
ContinuationIndenter
::addTokenToState(LineState &State, bool Newline,
291
void
ContinuationIndenter
::addTokenOnCurrentLine(LineState &State, bool DryRun
[
all
...]
Completed in 4059 milliseconds