clang 19.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"

Public Attributes

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

Detailed Description

A stored Objective-C selector.

Definition at line 249 of file APINotesFormat.h.

Member Data Documentation

◆ Identifiers

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

◆ NumArgs

unsigned clang::api_notes::StoredObjCSelector::NumArgs

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