clang 19.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 "UnwrappedLineParser.h"

Go to the source code of this file.

Classes

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

Namespaces

namespace  clang
 The JSON file list parser is used to communicate input to InstallAPI.
 
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 20 of file FormatTokenSource.h.