clang 20.0.0git
|
A temporary reference to an Objective-C selector, suitable for referencing selector data on the stack. More...
#include "clang/APINotes/Types.h"
Public Attributes | |
unsigned | NumArgs |
llvm::ArrayRef< llvm::StringRef > | Identifiers |
A temporary reference to an Objective-C selector, suitable for referencing selector data on the stack.
Instances of this struct do not store references to any of the data they contain; it is up to the user to ensure that the data referenced by the identifier list persists.
llvm::ArrayRef<llvm::StringRef> clang::api_notes::ObjCSelectorRef::Identifiers |
Definition at line 829 of file Types.h.
Referenced by clang::Sema::ProcessAPINotes().
unsigned clang::api_notes::ObjCSelectorRef::NumArgs |
Definition at line 828 of file Types.h.
Referenced by clang::Sema::ProcessAPINotes().