clang 17.0.0git
Public Member Functions | Public Attributes | List of all members
clang::Sema::LateInstantiatedAttribute Struct Reference

#include "clang/Sema/Sema.h"

Collaboration diagram for clang::Sema::LateInstantiatedAttribute:
Collaboration graph
[legend]

Public Member Functions

 LateInstantiatedAttribute (const Attr *A, LocalInstantiationScope *S, Decl *D)
 

Public Attributes

const AttrTmplAttr
 
LocalInstantiationScopeScope
 
DeclNewDecl
 

Detailed Description

Definition at line 10094 of file Sema.h.

Constructor & Destructor Documentation

◆ LateInstantiatedAttribute()

clang::Sema::LateInstantiatedAttribute::LateInstantiatedAttribute ( const Attr A,
LocalInstantiationScope S,
Decl D 
)
inline

Definition at line 10099 of file Sema.h.

Member Data Documentation

◆ NewDecl

Decl* clang::Sema::LateInstantiatedAttribute::NewDecl

Definition at line 10097 of file Sema.h.

◆ Scope

LocalInstantiationScope* clang::Sema::LateInstantiatedAttribute::Scope

Definition at line 10096 of file Sema.h.

◆ TmplAttr

const Attr* clang::Sema::LateInstantiatedAttribute::TmplAttr

Definition at line 10095 of file Sema.h.


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