struct Parser::TokenInfo

Declaration

struct Parser::TokenInfo { /* full declaration omitted */ };

Description

Simple structure to hold information for one token from the parser.

Declared at: clang/lib/ASTMatchers/Dynamic/Parser.cpp:37

Member Variables

public llvm::StringRef Text
public clang::ast_matchers::dynamic::Parser::TokenInfo:: TokenKind Kind = TK_Eof
public clang::ast_matchers::dynamic::SourceRange Range
public clang::ast_matchers::dynamic::VariantValue Value
public static const char* const ID_Bind
Some known identifiers.
public static const char* const ID_With

Method Overview

Methods

ΒΆTokenInfo()

Declared at: clang/lib/ASTMatchers/Dynamic/Parser.cpp:57