|
clang
5.0.0
|
This file declares an abstract TokenAnalyzer, and associated helper classes. More...
#include "AffectedRangeManager.h"#include "Encoding.h"#include "FormatToken.h"#include "FormatTokenLexer.h"#include "TokenAnnotator.h"#include "UnwrappedLineParser.h"#include "clang/Basic/Diagnostic.h"#include "clang/Basic/DiagnosticOptions.h"#include "clang/Basic/FileManager.h"#include "clang/Basic/SourceManager.h"#include "clang/Format/Format.h"#include "llvm/ADT/STLExtras.h"#include "llvm/Support/Debug.h"Go to the source code of this file.
Classes | |
| class | clang::format::Environment |
| class | clang::format::TokenAnalyzer |
Namespaces | |
| clang | |
| /file This file defines classes for searching and anlyzing source code clones. | |
| clang::format | |
This file declares an abstract TokenAnalyzer, and associated helper classes.
TokenAnalyzer can be extended to generate replacements based on an annotated and pre-processed token stream.
Definition in file TokenAnalyzer.h.
1.8.6