|
clang
5.0.0
|
This file implements an indenter that manages the indentation of continuations. More...
#include "Encoding.h"#include "FormatToken.h"#include "clang/Format/Format.h"#include "llvm/Support/Regex.h"Go to the source code of this file.
Classes | |
| class | clang::format::ContinuationIndenter |
| struct | clang::format::ParenState |
| struct | clang::format::LineState |
| The current state when indenting a unwrapped line. More... | |
Namespaces | |
| clang | |
| /file This file defines classes for searching and anlyzing source code clones. | |
| clang::format | |
This file implements an indenter that manages the indentation of continuations.
Definition in file ContinuationIndenter.h.
1.8.6