clang 18.0.0git
Classes | Namespaces
TokenAnalyzer.h File Reference

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"
#include <memory>

Go to the source code of this file.

Classes

class  clang::format::Environment
 
class  clang::format::TokenAnalyzer
 

Namespaces

namespace  clang
 
namespace  clang::format
 

Detailed Description

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.