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

#include <Sema.h>

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

Public Member Functions

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

Public Attributes

const AttrTmplAttr
 
LocalInstantiationScopeScope
 
DeclNewDecl
 

Detailed Description

Definition at line 7214 of file Sema.h.

Constructor & Destructor Documentation

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

Definition at line 7219 of file Sema.h.

Member Data Documentation

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

Definition at line 7217 of file Sema.h.

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

Definition at line 7216 of file Sema.h.

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

Definition at line 7215 of file Sema.h.


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