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

#include "/home/runner/work/llvm/llvm/repo/clang/lib/Serialization/ASTReaderInternals.h"

Public Member Functions

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

Public Attributes

data_typeData
 
llvm::DenseSet< GlobalDeclIDFound
 

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 ( GlobalDeclID  ID)
inline

Member Data Documentation

◆ Data

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

◆ Found

llvm::DenseSet<GlobalDeclID> 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: