clang_Cursor_getObjCSelectorIndex

\brief If the cursor points to a selector identifier in an Objective-C method or message expression, this returns the selector index.

After getting a cursor with #clang_getCursor, this can be called to determine if the location points to a selector identifier.

\returns The selector index if the cursor is an Objective-C method or message expression and the cursor is pointing to a selector identifier, or -1 otherwise.

extern (C)
int
clang_Cursor_getObjCSelectorIndex

Meta