|
clang
3.8.0
|
This file implements the continuation indenter. More...
#include "BreakableToken.h"#include "ContinuationIndenter.h"#include "WhitespaceManager.h"#include "clang/Basic/OperatorPrecedence.h"#include "clang/Basic/SourceManager.h"#include "clang/Format/Format.h"#include "llvm/Support/Debug.h"#include <string>Go to the source code of this file.
Namespaces | |
| clang | |
| Dataflow Directional Tag Classes. | |
| clang::format | |
Macros | |
| #define | DEBUG_TYPE "format-formatter" |
Functions | |
| static unsigned | clang::format::getLengthToMatchingParen (const FormatToken &Tok) |
| static unsigned | clang::format::getLengthToNextOperator (const FormatToken &Tok) |
| static bool | clang::format::startsSegmentOfBuilderTypeCall (const FormatToken &Tok) |
| static bool | clang::format::startsNextParameter (const FormatToken &Current, const FormatStyle &Style) |
This file implements the continuation indenter.
Definition in file ContinuationIndenter.cpp.
| #define DEBUG_TYPE "format-formatter" |
Definition at line 24 of file ContinuationIndenter.cpp.
1.8.6