Searched defs:Info_ObjCCategory (Results 1 - 1 of 1) sorted by relevance

/external/clang/tools/libclang/
H A DIndexingContext.h70 Info_ObjCCategory, enumerator in enum:clang::cxindex::DeclInfo::DInfoKind
127 return Info_ObjCContainer <= D->Kind && D->Kind <= Info_ObjCCategory;
175 : ObjCContainerDeclInfo(Info_ObjCCategory,
181 return D->Kind == Info_ObjCCategory;

Completed in 239 milliseconds