clang 19.0.0git
Public Member Functions | Public Attributes | List of all members
clang::serialization::reader::ASTDeclContextNameLookupTrait::data_type_builder Struct Reference

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/Serialization/ASTReaderInternals.h"

Public Member Functions

 data_type_builder (data_type &D)
 
void insert (DeclID ID)
 

Public Attributes

data_typeData
 
llvm::DenseSet< DeclIDFound
 

Detailed Description

Definition at line 54 of file ASTReaderInternals.h.

Constructor & Destructor Documentation

◆ data_type_builder()

clang::serialization::reader::ASTDeclContextNameLookupTrait::data_type_builder::data_type_builder ( data_type D)
inline

Definition at line 58 of file ASTReaderInternals.h.

Member Function Documentation

◆ insert()

void clang::serialization::reader::ASTDeclContextNameLookupTrait::data_type_builder::insert ( DeclID  ID)
inline

Member Data Documentation

◆ Data

data_type& clang::serialization::reader::ASTDeclContextNameLookupTrait::data_type_builder::Data

◆ Found

llvm::DenseSet<DeclID> clang::serialization::reader::ASTDeclContextNameLookupTrait::data_type_builder::Found

Definition at line 56 of file ASTReaderInternals.h.

Referenced by insert().


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