clang 18.0.0git
Classes | Namespaces | Macros
FormatTokenSource.h File Reference

This file defines the FormatTokenSource interface, which provides a token stream as well as the ability to manipulate the token stream. More...

#include "FormatToken.h"
#include "UnwrappedLineParser.h"
#include "llvm/ADT/DenseMap.h"
#include <cstddef>

Go to the source code of this file.

Classes

class  clang::format::FormatTokenSource
 
class  clang::format::IndexedTokenSource
 
class  clang::format::ScopedMacroState
 

Namespaces

namespace  clang
 
namespace  clang::format
 

Macros

#define DEBUG_TYPE   "format-token-source"
 

Detailed Description

This file defines the FormatTokenSource interface, which provides a token stream as well as the ability to manipulate the token stream.

Definition in file FormatTokenSource.h.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "format-token-source"

Definition at line 23 of file FormatTokenSource.h.