clang-tools 20.0.0git
|
A preprocessor directive. More...
#include <DirectiveTree.h>
Public Attributes | |
Token::Range | Tokens |
Raw tokens making up the directive, starting with # . | |
clang::tok::PPKeywordKind | Kind = clang::tok::pp_not_keyword |
A preprocessor directive.
Definition at line 65 of file DirectiveTree.h.
clang::tok::PPKeywordKind clang::clangd::DirectiveTree::Directive::Kind = clang::tok::pp_not_keyword |
Definition at line 68 of file DirectiveTree.h.
Token::Range clang::clangd::DirectiveTree::Directive::Tokens |
Raw tokens making up the directive, starting with #
.
Definition at line 67 of file DirectiveTree.h.