clang 19.0.0git
Namespaces | Macros | Functions
TokenAnnotator.cpp File Reference

This file implements a token annotator, i.e. More...

#include "TokenAnnotator.h"
#include "FormatToken.h"
#include "clang/Basic/SourceManager.h"
#include "clang/Basic/TokenKinds.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/Support/Debug.h"
#include "clang/Basic/TransformTypeTraits.def"

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 DEBUG_TYPE   "format-token-annotator"
 
#define TRANSFORM_TYPE_TRAIT_DEF(_, Trait)   tok::kw___##Trait,
 

Functions

static bool clang::format::mustBreakAfterAttributes (const FormatToken &Tok, const FormatStyle &Style)
 
static unsigned clang::format::maxNestingDepth (const AnnotatedLine &Line)
 
static FormatToken * clang::format::getFunctionName (const AnnotatedLine &Line)
 
static bool clang::format::isCtorOrDtorName (const FormatToken *Tok)
 
static bool clang::format::isFunctionDeclarationName (bool IsCpp, const FormatToken &Current, const AnnotatedLine &Line, FormatToken *&ClosingParen)
 
static bool clang::format::isAllmanBrace (const FormatToken &Tok)
 
static bool clang::format::IsFunctionArgument (const FormatToken &Tok)
 
static bool clang::format::isItAnEmptyLambdaAllowed (const FormatToken &Tok, FormatStyle::ShortLambdaStyle ShortLambdaOption)
 
static bool clang::format::isAllmanLambdaBrace (const FormatToken &Tok)
 

Detailed Description

This file implements a token annotator, i.e.

creates AnnotatedTokens out of FormatTokens with required extra information.

Definition in file TokenAnnotator.cpp.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "format-token-annotator"

Definition at line 22 of file TokenAnnotator.cpp.

◆ TRANSFORM_TYPE_TRAIT_DEF

#define TRANSFORM_TYPE_TRAIT_DEF (   _,
  Trait 
)    tok::kw___##Trait,

Variable Documentation

◆ BindingStrength

unsigned BindingStrength

Definition at line 2087 of file TokenAnnotator.cpp.

◆ CanBeExpression

bool CanBeExpression = true

Definition at line 2095 of file TokenAnnotator.cpp.

◆ CaretFound

bool CaretFound = false

Definition at line 2096 of file TokenAnnotator.cpp.

◆ ColonIsDictLiteral

bool ColonIsDictLiteral = false

Definition at line 2091 of file TokenAnnotator.cpp.

◆ ColonIsForRangeExpr

bool ColonIsForRangeExpr = false

Definition at line 2090 of file TokenAnnotator.cpp.

◆ ColonIsObjCMethodExpr

bool ColonIsObjCMethodExpr = false

Definition at line 2092 of file TokenAnnotator.cpp.

◆ ContextKind

tok::TokenKind ContextKind

Definition at line 2086 of file TokenAnnotator.cpp.

◆ 

enum { ... } ContextType

◆ FirstObjCSelectorName

FormatToken* FirstObjCSelectorName = nullptr

Definition at line 2093 of file TokenAnnotator.cpp.

◆ FirstStartOfName

FormatToken* FirstStartOfName = nullptr

Definition at line 2094 of file TokenAnnotator.cpp.

◆ InCpp11AttributeSpecifier

bool InCpp11AttributeSpecifier = false

Definition at line 2097 of file TokenAnnotator.cpp.

◆ InCSharpAttributeSpecifier

bool InCSharpAttributeSpecifier = false

Definition at line 2098 of file TokenAnnotator.cpp.

◆ IsExpression

bool IsExpression

Definition at line 2088 of file TokenAnnotator.cpp.

◆ IsTableGenBangOpe

bool IsTableGenBangOpe = false

Definition at line 2104 of file TokenAnnotator.cpp.

◆ IsTableGenCondOpe

bool IsTableGenCondOpe = false

Definition at line 2105 of file TokenAnnotator.cpp.

◆ IsTableGenDAGArg

bool IsTableGenDAGArg = false

Definition at line 2103 of file TokenAnnotator.cpp.

◆ LongestObjCSelectorName

unsigned LongestObjCSelectorName = 0

Definition at line 2089 of file TokenAnnotator.cpp.

◆ P

AnnotatingParser& P

Definition at line 2131 of file TokenAnnotator.cpp.

◆ VerilogAssignmentFound

bool VerilogAssignmentFound = false

Definition at line 2099 of file TokenAnnotator.cpp.

◆ VerilogMayBeConcatenation

bool VerilogMayBeConcatenation = false

Definition at line 2102 of file TokenAnnotator.cpp.