|
clang
5.0.0
|
This file implements FormatTokenLexer, which tokenizes a source file into a FormatToken stream suitable for ClangFormat. More...
#include "FormatTokenLexer.h"#include "FormatToken.h"#include "clang/Basic/SourceLocation.h"#include "clang/Basic/SourceManager.h"#include "clang/Format/Format.h"#include "llvm/Support/Regex.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 | |
Functions | |
| clang::format::Column (0) | |
| clang::format::TrailingWhitespace (0) | |
| clang::format::SourceMgr (SourceMgr) | |
| clang::format::ID (ID) | |
| clang::format::Style (Style) | |
| clang::format::IdentTable (getFormattingLangOpts(Style)) | |
| clang::format::Keywords (IdentTable) | |
| clang::format::Encoding (Encoding) | |
| clang::format::FirstInLineIndex (0) | |
| clang::format::FormattingDisabled (false) | |
| clang::format::MacroBlockBeginRegex (Style.MacroBlockBegin) | |
| clang::format::MacroBlockEndRegex (Style.MacroBlockEnd) | |
This file implements FormatTokenLexer, which tokenizes a source file into a FormatToken stream suitable for ClangFormat.
Definition in file FormatTokenLexer.cpp.
1.8.6