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

#include "clang/Sema/Sema.h"

Public Member Functions

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

Public Attributes

const AttrTmplAttr
 
LocalInstantiationScopeScope
 
DeclNewDecl
 

Detailed Description

Definition at line 10864 of file Sema.h.

Constructor & Destructor Documentation

◆ LateInstantiatedAttribute()

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

Definition at line 10869 of file Sema.h.

Member Data Documentation

◆ NewDecl

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

Definition at line 10867 of file Sema.h.

◆ Scope

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

Definition at line 10866 of file Sema.h.

◆ TmplAttr

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

Definition at line 10865 of file Sema.h.


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