|
clang
5.0.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"Go to the source code of this file.
Namespaces | |
| clang | |
| /file This file defines classes for searching and anlyzing source code clones. | |
| clang::format | |
Macros | |
| #define | DEBUG_TYPE "format-indenter" |
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) |
| static bool | clang::format::opensProtoMessageField (const FormatToken &LessTok, const FormatStyle &Style) |
This file implements the continuation indenter.
Definition in file ContinuationIndenter.cpp.
| #define DEBUG_TYPE "format-indenter" |
Definition at line 23 of file ContinuationIndenter.cpp.
1.8.6