clang-tools 19.0.0git
Public Attributes | List of all members
clang::clangd::SymbolInclude Struct Reference

A header and directives as stored in a Symbol. More...

#include <Headers.h>

Public Attributes

llvm::StringRef Header
 The header to include.
 
Symbol::IncludeDirective Directive
 The include directive(s) that can be used, e.g. #import and/or #include.
 

Detailed Description

A header and directives as stored in a Symbol.

Definition at line 50 of file Headers.h.

Member Data Documentation

◆ Directive

Symbol::IncludeDirective clang::clangd::SymbolInclude::Directive

The include directive(s) that can be used, e.g. #import and/or #include.

Definition at line 55 of file Headers.h.

◆ Header

llvm::StringRef clang::clangd::SymbolInclude::Header

The header to include.

This is either a URI or a verbatim include which is quoted with <> or "".

Definition at line 53 of file Headers.h.


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