|
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 14067 of file Sema.h.
Referenced by LateInstantiatedAttribute().
| LocalInstantiationScope* clang::Sema::LateInstantiatedAttribute::Scope |
Definition at line 14066 of file Sema.h.
Referenced by LateInstantiatedAttribute().
| const Attr* clang::Sema::LateInstantiatedAttribute::TmplAttr |
Definition at line 14065 of file Sema.h.
Referenced by LateInstantiatedAttribute().