clang: clang::DeclListNode Class Reference (original) (raw)
A list storing NamedDecls in the lookup tables. More...
#include "[clang/AST/DeclBase.h](DeclBase%5F8h%5Fsource.html)"
| Classes | |
|---|---|
| class | iterator |
| Public Types | |
|---|---|
| using | Decls = llvm::PointerUnion<NamedDecl*, DeclListNode*> |
| Friends | |
|---|---|
| class | ASTContext |
| class | StoredDeclsList |
Detailed Description
A list storing NamedDecls in the lookup tables.
Definition at line 1329 of file DeclBase.h.
Member Typedef Documentation
◆ Decls
using clang::DeclListNode::Decls = llvm::PointerUnion<NamedDecl*, DeclListNode*>
Definition at line 1333 of file DeclBase.h.
Friends And Related Symbol Documentation
◆ ASTContext
| friend class ASTContext | friend |
|---|
Definition at line 1330 of file DeclBase.h.
References ASTContext.
Referenced by ASTContext.
◆ StoredDeclsList
| friend class StoredDeclsList | friend |
|---|
Definition at line 1331 of file DeclBase.h.
References StoredDeclsList.
Referenced by StoredDeclsList.
The documentation for this class was generated from the following file:
- include/clang/AST/DeclBase.h