clang
10.0.0git
|
Simplified token range to track the range of a potentially skippable PP directive. More...
#include "clang/Lex/DependencyDirectivesSourceMinimizer.h"
Public Attributes | |
int | Offset |
Offset into the output byte stream of where the skipped directive begins. More... | |
int | Length |
The number of bytes that can be skipped before the preprocessing must resume. More... | |
Simplified token range to track the range of a potentially skippable PP directive.
Definition at line 71 of file DependencyDirectivesSourceMinimizer.h.
int clang::minimize_source_to_dependency_directives::SkippedRange::Length |
The number of bytes that can be skipped before the preprocessing must resume.
Definition at line 77 of file DependencyDirectivesSourceMinimizer.h.
int clang::minimize_source_to_dependency_directives::SkippedRange::Offset |
Offset into the output byte stream of where the skipped directive begins.
Definition at line 73 of file DependencyDirectivesSourceMinimizer.h.