clang 17.0.0git
Public Attributes | List of all members
clang::api_notes::StoredObjCSelector Struct Reference

A stored Objective-C selector. More...

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/APINotes/APINotesFormat.h"

Collaboration diagram for clang::api_notes::StoredObjCSelector:
Collaboration graph
[legend]

Public Attributes

unsigned NumPieces
 
llvm::SmallVector< IdentifierID, 2 > Identifiers
 

Detailed Description

A stored Objective-C selector.

Definition at line 248 of file APINotesFormat.h.

Member Data Documentation

◆ Identifiers

llvm::SmallVector<IdentifierID, 2> clang::api_notes::StoredObjCSelector::Identifiers

Definition at line 250 of file APINotesFormat.h.

◆ NumPieces

unsigned clang::api_notes::StoredObjCSelector::NumPieces

Definition at line 249 of file APINotesFormat.h.


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