clang-tools 20.0.0git
Public Attributes | List of all members
clang::clangd::DirectiveTree::Directive Struct Reference

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
 

Detailed Description

A preprocessor directive.

Definition at line 65 of file DirectiveTree.h.

Member Data Documentation

◆ Kind

clang::tok::PPKeywordKind clang::clangd::DirectiveTree::Directive::Kind = clang::tok::pp_not_keyword

Definition at line 68 of file DirectiveTree.h.

◆ Tokens

Token::Range clang::clangd::DirectiveTree::Directive::Tokens

Raw tokens making up the directive, starting with #.

Definition at line 67 of file DirectiveTree.h.


The documentation for this struct was generated from the following file: