clang 19.0.0git
Classes | Public Types | Friends | List of all members
clang::DeclListNode Class Reference

A list storing NamedDecls in the lookup tables. More...

#include "clang/AST/DeclBase.h"

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 1315 of file DeclBase.h.

Member Typedef Documentation

◆ Decls

using clang::DeclListNode::Decls = llvm::PointerUnion<NamedDecl*, DeclListNode*>

Definition at line 1319 of file DeclBase.h.

Friends And Related Function Documentation

◆ ASTContext

friend class ASTContext
friend

Definition at line 1316 of file DeclBase.h.

◆ StoredDeclsList

friend class StoredDeclsList
friend

Definition at line 1317 of file DeclBase.h.


The documentation for this class was generated from the following file: