| clang 22.0.0git
    | 
Token lexed as part of dependency directive scanning. More...
#include "clang/Lex/DependencyDirectivesScanner.h"
| Public Member Functions | |
| Token (unsigned Offset, unsigned Length, tok::TokenKind Kind, unsigned short Flags) | |
| unsigned | getEnd () const | 
| bool | is (tok::TokenKind K) const | 
| bool | isNot (tok::TokenKind K) const | 
| template<typename... Ts> | |
| bool | isOneOf (Ts... Ks) const | 
| Public Attributes | |
| unsigned | Offset | 
| Offset into the original source input. | |
| unsigned | Length | 
| tok::TokenKind | Kind | 
| unsigned short | Flags | 
Token lexed as part of dependency directive scanning.
Definition at line 35 of file DependencyDirectivesScanner.h.
| 
 | inline | 
| 
 | inline | 
Definition at line 46 of file DependencyDirectivesScanner.h.
| 
 | inline | 
Definition at line 48 of file DependencyDirectivesScanner.h.
References Kind.
Referenced by isOneOf().
| 
 | inline | 
Definition at line 49 of file DependencyDirectivesScanner.h.
References Kind.
| 
 | inline | 
Definition at line 50 of file DependencyDirectivesScanner.h.
References is().
| unsigned short clang::dependency_directives_scan::Token::Flags | 
Definition at line 40 of file DependencyDirectivesScanner.h.
Referenced by Token().
| tok::TokenKind clang::dependency_directives_scan::Token::Kind | 
Definition at line 39 of file DependencyDirectivesScanner.h.
| unsigned clang::dependency_directives_scan::Token::Length | 
Definition at line 38 of file DependencyDirectivesScanner.h.
| unsigned clang::dependency_directives_scan::Token::Offset | 
Offset into the original source input.
Definition at line 37 of file DependencyDirectivesScanner.h.