clang 22.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 93 of file Preprocessor.h.
|
inline |
Definition at line 98 of file Preprocessor.h.
References clang::tok::isAnnotation(), clang::tok::isLiteral(), and clang::nullptr.
|
inline |
Definition at line 106 of file Preprocessor.h.
Definition at line 108 of file Preprocessor.h.
References Tok.