|
clang 22.0.0git
|
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/SourceManager.h"#include "clang/Format/Format.h"#include "llvm/ADT/SmallVector.h"#include "llvm/Support/Debug.h"Go to the source code of this file.
Classes | |
| class | clang::format::FatalDiagnosticConsumer |
Namespaces | |
| namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI. | |
| namespace | 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 30 of file TokenAnalyzer.cpp.