clang 22.0.0git
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 13962 of file Sema.h.

Constructor & Destructor Documentation

◆ LateInstantiatedAttribute()

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

Definition at line 13967 of file Sema.h.

References NewDecl, Scope, and TmplAttr.

Member Data Documentation

◆ NewDecl

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

Definition at line 13965 of file Sema.h.

Referenced by LateInstantiatedAttribute().

◆ Scope

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

Definition at line 13964 of file Sema.h.

Referenced by LateInstantiatedAttribute().

◆ TmplAttr

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

Definition at line 13963 of file Sema.h.

Referenced by LateInstantiatedAttribute().


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