clang 19.0.0git
Public Attributes | List of all members
clang::installapi::FrontendAttrs Struct Reference

Frontend information captured about records. More...

#include "clang/InstallAPI/FrontendRecords.h"

Public Attributes

const AvailabilityInfo Avail
 
const DeclD
 
const SourceLocation Loc
 
const HeaderType Access
 

Detailed Description

Frontend information captured about records.

Definition at line 21 of file FrontendRecords.h.

Member Data Documentation

◆ Access

const HeaderType clang::installapi::FrontendAttrs::Access

Definition at line 25 of file FrontendRecords.h.

◆ Avail

const AvailabilityInfo clang::installapi::FrontendAttrs::Avail

Definition at line 22 of file FrontendRecords.h.

◆ D

const Decl* clang::installapi::FrontendAttrs::D

Definition at line 23 of file FrontendRecords.h.

◆ Loc

const SourceLocation clang::installapi::FrontendAttrs::Loc

Definition at line 24 of file FrontendRecords.h.


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