clang 23.0.0git
clang::serialization::reader::ASTSelectorLookupTrait::data_type Struct Reference

#include "/work/as-worker-4/publish-doxygen-docs/llvm-project/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 323 of file ASTReaderInternals.h.

Member Data Documentation

◆ Factory

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

Definition at line 330 of file ASTReaderInternals.h.

◆ FactoryBits

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

Definition at line 326 of file ASTReaderInternals.h.

◆ FactoryHasMoreThanOneDecl

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

Definition at line 328 of file ASTReaderInternals.h.

◆ ID

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

Definition at line 324 of file ASTReaderInternals.h.

◆ Instance

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

Definition at line 329 of file ASTReaderInternals.h.

◆ InstanceBits

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

Definition at line 325 of file ASTReaderInternals.h.

◆ InstanceHasMoreThanOneDecl

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

Definition at line 327 of file ASTReaderInternals.h.


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