|
clang 23.0.0git
|
#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 |
Definition at line 323 of file ASTReaderInternals.h.
| SmallVector<ObjCMethodDecl *, 2> clang::serialization::reader::ASTSelectorLookupTrait::data_type::Factory |
Definition at line 330 of file ASTReaderInternals.h.
| unsigned clang::serialization::reader::ASTSelectorLookupTrait::data_type::FactoryBits |
Definition at line 326 of file ASTReaderInternals.h.
| bool clang::serialization::reader::ASTSelectorLookupTrait::data_type::FactoryHasMoreThanOneDecl |
Definition at line 328 of file ASTReaderInternals.h.
| SelectorID clang::serialization::reader::ASTSelectorLookupTrait::data_type::ID |
Definition at line 324 of file ASTReaderInternals.h.
| SmallVector<ObjCMethodDecl *, 2> clang::serialization::reader::ASTSelectorLookupTrait::data_type::Instance |
Definition at line 329 of file ASTReaderInternals.h.
| unsigned clang::serialization::reader::ASTSelectorLookupTrait::data_type::InstanceBits |
Definition at line 325 of file ASTReaderInternals.h.
| bool clang::serialization::reader::ASTSelectorLookupTrait::data_type::InstanceHasMoreThanOneDecl |
Definition at line 327 of file ASTReaderInternals.h.