Components of an Objective‐C method selector name.
Synopsis
Declared in <llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h>
struct ObjCSelectorNames;
Data Members
Name |
Description |
For "‐[A(Category) method:]", this would be "A(category)" |
|
For "‐[A(Category) method:]", this would be "A" |
|
For "‐[A(Category) method:]", this would be "A method:" |
|
For "‐[A(Category) method:]", this would be "method:" |
Non-Member Functions
Name |
Description |
Parses an Objective‐C selector name into its component parts. |
Created with MrDocs