clang 20.0.0git
|
Stores token information for comparing actual tokens with predefined values. More...
#include "clang/Lex/Preprocessor.h"
Public Member Functions | |
TokenValue (tok::TokenKind Kind) | |
TokenValue (IdentifierInfo *II) | |
bool | operator== (const Token &Tok) const |
Stores token information for comparing actual tokens with predefined values.
Only handles simple tokens and identifiers.
Definition at line 91 of file Preprocessor.h.
|
inline |
Definition at line 96 of file Preprocessor.h.
References clang::tok::isAnnotation(), and clang::tok::isLiteral().
|
inline |
Definition at line 104 of file Preprocessor.h.
Definition at line 106 of file Preprocessor.h.
References clang::Token::getIdentifierInfo(), and clang::Token::getKind().