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

NameValueComment
MK_Any0Any kind of method, provided it means other specified criteria.
MK_ZeroArgSelector1Zero-argument (unary) selector.
MK_OneArgSelector2One-argument selector.