clang  19.0.0git
Public Attributes | List of all members
clang::serialization::reader::ASTSelectorLookupTrait::data_type Struct Reference

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

Public Attributes

SelectorID ID
 
unsigned InstanceBits
 
unsigned FactoryBits
 
bool InstanceHasMoreThanOneDecl
 
bool FactoryHasMoreThanOneDecl
 
SmallVector< ObjCMethodDecl *, 2 > Instance
 
SmallVector< ObjCMethodDecl *, 2 > Factory
 

Detailed Description

Definition at line 195 of file ASTReaderInternals.h.

Member Data Documentation

◆ Factory

SmallVector<ObjCMethodDecl *, 2> clang::serialization::reader::ASTSelectorLookupTrait::data_type::Factory

Definition at line 202 of file ASTReaderInternals.h.

◆ FactoryBits

unsigned clang::serialization::reader::ASTSelectorLookupTrait::data_type::FactoryBits

Definition at line 198 of file ASTReaderInternals.h.

◆ FactoryHasMoreThanOneDecl

bool clang::serialization::reader::ASTSelectorLookupTrait::data_type::FactoryHasMoreThanOneDecl

Definition at line 200 of file ASTReaderInternals.h.

◆ ID

SelectorID clang::serialization::reader::ASTSelectorLookupTrait::data_type::ID

Definition at line 196 of file ASTReaderInternals.h.

◆ Instance

SmallVector<ObjCMethodDecl *, 2> clang::serialization::reader::ASTSelectorLookupTrait::data_type::Instance

Definition at line 201 of file ASTReaderInternals.h.

◆ InstanceBits

unsigned clang::serialization::reader::ASTSelectorLookupTrait::data_type::InstanceBits

Definition at line 197 of file ASTReaderInternals.h.

◆ InstanceHasMoreThanOneDecl

bool clang::serialization::reader::ASTSelectorLookupTrait::data_type::InstanceHasMoreThanOneDecl

Definition at line 199 of file ASTReaderInternals.h.


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