clang 22.0.0git
clang::serialization::reader::LazySpecializationInfoLookupTrait::data_type_builder Struct Reference

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

Public Member Functions

 data_type_builder (data_type &D)
void insert (LazySpecializationInfo Info)

Public Attributes

data_typeData
llvm::DenseSet< LazySpecializationInfoFound

Detailed Description

Definition at line 176 of file ASTReaderInternals.h.

Constructor & Destructor Documentation

◆ data_type_builder()

clang::serialization::reader::LazySpecializationInfoLookupTrait::data_type_builder::data_type_builder ( data_type & D)
inline

Definition at line 180 of file ASTReaderInternals.h.

References Data.

Member Function Documentation

◆ insert()

void clang::serialization::reader::LazySpecializationInfoLookupTrait::data_type_builder::insert ( LazySpecializationInfo Info)
inline

Member Data Documentation

◆ Data

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

◆ Found

llvm::DenseSet<LazySpecializationInfo> clang::serialization::reader::LazySpecializationInfoLookupTrait::data_type_builder::Found

Definition at line 178 of file ASTReaderInternals.h.

Referenced by insert().


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