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