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

Methods

ΒΆDeclListNode(clang::NamedDecl* ND)

Declared at: clang/include/clang/AST/DeclBase.h:1319

Parameters

clang::NamedDecl* ND