clang-tools  11.0.0
Public Attributes | List of all members
clang::clangd::Inclusion Struct Reference

#include <Headers.h>

Collaboration diagram for clang::clangd::Inclusion:
[legend]

Public Attributes

tok::PPKeywordKind Directive
 
std::string Written
 
Path Resolved
 
unsigned HashOffset = 0
 
int HashLine = 0
 
SrcMgr::CharacteristicKind FileKind = SrcMgr::C_User
 

Detailed Description

Definition at line 54 of file Headers.h.

Member Data Documentation

◆ Directive

tok::PPKeywordKind clang::clangd::Inclusion::Directive

Definition at line 55 of file Headers.h.

Referenced by clang::clangd::operator==().

◆ FileKind

SrcMgr::CharacteristicKind clang::clangd::Inclusion::FileKind = SrcMgr::C_User

Definition at line 60 of file Headers.h.

Referenced by clang::clangd::operator==().

◆ HashLine

int clang::clangd::Inclusion::HashLine = 0

Definition at line 59 of file Headers.h.

Referenced by clang::clangd::operator<<(), and clang::clangd::operator==().

◆ HashOffset

unsigned clang::clangd::Inclusion::HashOffset = 0

Definition at line 58 of file Headers.h.

Referenced by clang::clangd::operator==().

◆ Resolved

Path clang::clangd::Inclusion::Resolved

◆ Written

std::string clang::clangd::Inclusion::Written

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