clang
10.0.0git
|
Represents a simplified token that's lexed as part of the source minimization. More...
#include "clang/Lex/DependencyDirectivesSourceMinimizer.h"
Public Member Functions | |
Token (TokenKind K, int Offset) | |
Public Attributes | |
TokenKind | K = pp_none |
The kind of token. More... | |
int | Offset = -1 |
Offset into the output byte stream of where the directive begins. More... | |
Represents a simplified token that's lexed as part of the source minimization.
It's used to track the location of various preprocessor directives that could potentially have an effect on the depedencies.
Definition at line 59 of file DependencyDirectivesSourceMinimizer.h.
|
inline |
Definition at line 66 of file DependencyDirectivesSourceMinimizer.h.
The kind of token.
Definition at line 61 of file DependencyDirectivesSourceMinimizer.h.
int clang::minimize_source_to_dependency_directives::Token::Offset = -1 |
Offset into the output byte stream of where the directive begins.
Definition at line 64 of file DependencyDirectivesSourceMinimizer.h.