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 1319 of file DeclBase.h.
Member Typedef Documentation
◆ Decls
using clang::DeclListNode::Decls = llvm::PointerUnion<NamedDecl*, DeclListNode*>
Definition at line 1323 of file DeclBase.h.
Friends And Related Function Documentation
◆ ASTContext
friend class ASTContext | friend |
---|
Definition at line 1320 of file DeclBase.h.
◆ StoredDeclsList
friend class StoredDeclsList | friend |
---|
Definition at line 1321 of file DeclBase.h.
The documentation for this class was generated from the following file:
- include/clang/AST/DeclBase.h