OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContinuationIndenter
(Results
1 - 7
of
7
) sorted by null
/external/clang/lib/Format/
UnwrappedLineFormatter.h
19
#include "
ContinuationIndenter
.h"
28
class
ContinuationIndenter
;
33
UnwrappedLineFormatter(
ContinuationIndenter
*Indenter,
64
ContinuationIndenter
*Indenter;
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,
FormatToken.h
476
class
ContinuationIndenter
;
495
ContinuationIndenter
*Indenter,
503
ContinuationIndenter
*Indenter,
522
unsigned formatAfterToken(LineState &State,
ContinuationIndenter
*Indenter,
525
unsigned formatFromToken(LineState &State,
ContinuationIndenter
*Indenter,
ContinuationIndenter.cpp
1
//===---
ContinuationIndenter
.cpp - Format C++ code -----------------------===//
16
#include "
ContinuationIndenter
.h"
65
ContinuationIndenter
::
ContinuationIndenter
(const FormatStyle &Style,
76
LineState
ContinuationIndenter
::getInitialState(unsigned FirstIndent,
98
bool
ContinuationIndenter
::canBreak(const LineState &State) {
142
bool
ContinuationIndenter
::mustBreak(const LineState &State) {
263
// into the ColumnLimit, they are checked here in the
ContinuationIndenter
.
277
unsigned
ContinuationIndenter
::addTokenToState(LineState &State, bool Newline,
312
void
ContinuationIndenter
::addTokenOnCurrentLine(LineState &State, bool DryRun
[
all
...]
FormatToken.cpp
16
#include "
ContinuationIndenter
.h"
76
ContinuationIndenter
*Indenter,
131
ContinuationIndenter
*Indenter,
UnwrappedLineFormatter.cpp
475
LineFormatter(
ContinuationIndenter
*Indenter, WhitespaceManager *Whitespaces,
563
ContinuationIndenter
*Indenter;
574
NoColumnLimitLineFormatter(
ContinuationIndenter
*Indenter,
602
NoLineBreakFormatter(
ContinuationIndenter
*Indenter,
623
OptimizingLineFormatter(
ContinuationIndenter
*Indenter,
[
all
...]
Format.cpp
18
#include "
ContinuationIndenter
.h"
[
all
...]
Completed in 71 milliseconds