clang 19.0.0git
Namespaces | Macros | Functions | Variables
FormatToken.cpp File Reference

This file implements specific functions of FormatTokens and their roles. More...

#include "FormatToken.h"
#include "ContinuationIndenter.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/Support/Debug.h"
#include <climits>

Go to the source code of this file.

Namespaces

namespace  clang
 The JSON file list parser is used to communicate input to InstallAPI.
 
namespace  clang::format
 

Macros

#define TYPE(X)   #X,
 

Functions

const char * clang::format::getTokenTypeName (TokenType Type)
 Determines the name of a token type.
 
static unsigned clang::format::CodePointsBetween (const FormatToken *Begin, const FormatToken *End)
 

Variables

static SmallVector< StringRef > clang::format::CppNonKeywordTypes
 

Detailed Description

This file implements specific functions of FormatTokens and their roles.

Definition in file FormatToken.cpp.

Macro Definition Documentation

◆ TYPE

#define TYPE (   X)    #X,