class DeclListNode
Declaration
class DeclListNode { /* full declaration omitted */ };
Description
A list storing NamedDecls in the lookup tables.
Declared at: clang/include/clang/AST/DeclBase.h:1270
Member Variables
- private clang::NamedDecl* D = nullptr
- private clang::DeclListNode::Decls Rest = nullptr
Method Overview
- private DeclListNode(clang::NamedDecl * ND)
Methods
ΒΆDeclListNode(clang::NamedDecl* ND)
DeclListNode(clang::NamedDecl* ND)
Declared at: clang/include/clang/AST/DeclBase.h:1319
Parameters
- clang::NamedDecl* ND