clang 22.0.0git
|
#include "clang/Sema/Sema.h"
Public Member Functions | |
LateInstantiatedAttribute (const Attr *A, LocalInstantiationScope *S, Decl *D) |
Public Attributes | |
const Attr * | TmplAttr |
LocalInstantiationScope * | Scope |
Decl * | NewDecl |
|
inline |
Decl* clang::Sema::LateInstantiatedAttribute::NewDecl |
Definition at line 13965 of file Sema.h.
Referenced by LateInstantiatedAttribute().
LocalInstantiationScope* clang::Sema::LateInstantiatedAttribute::Scope |
Definition at line 13964 of file Sema.h.
Referenced by LateInstantiatedAttribute().
const Attr* clang::Sema::LateInstantiatedAttribute::TmplAttr |
Definition at line 13963 of file Sema.h.
Referenced by LateInstantiatedAttribute().