enum ObjCMethodKind
Description
Describes the kind of Objective-C method that we want to find via code completion.
Declared at: clang/lib/Sema/SemaCodeComplete.cpp:7367
Enumerators
| Name | Value | Comment |
|---|---|---|
| MK_Any | 0 | Any kind of method, provided it means other specified criteria. |
| MK_ZeroArgSelector | 1 | Zero-argument (unary) selector. |
| MK_OneArgSelector | 2 | One-argument selector. |