llvm::ObjCSelectorNames

Components of an Objective-C method selector name.

Synopsis

Declared in <llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h>

struct ObjCSelectorNames;

Data Members

NameDescription
ClassName For "-[A(Category) method:]", this would be "A(category)"
ClassNameNoCategory For "-[A(Category) method:]", this would be "A"
MethodNameNoCategory For "-[A(Category) method:]", this would be "A method:"
Selector For "-[A(Category) method:]", this would be "method:"

Non-Member Functions

NameDescription
getObjCNamesIfSelectorParses an Objective-C selector name into its component parts.