|
clang
5.0.0
|
This file implements an abstract TokenAnalyzer and associated helper classes. More...
#include "TokenAnalyzer.h"#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.
Namespaces | |
| clang | |
| /file This file defines classes for searching and anlyzing source code clones. | |
| clang::format | |
Macros | |
| #define | DEBUG_TYPE "format-formatter" |
This file implements 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.cpp.
| #define DEBUG_TYPE "format-formatter" |
Definition at line 32 of file TokenAnalyzer.cpp.
1.8.6