clang
9.0.0
|
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 55 of file DependencyDirectivesSourceMinimizer.h.
|
inline |
Definition at line 62 of file DependencyDirectivesSourceMinimizer.h.
References clang::minimizeSourceToDependencyDirectives().
The kind of token.
Definition at line 57 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 60 of file DependencyDirectivesSourceMinimizer.h.