Searched refs:CXCursor_ObjCCategoryDecl (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang-c/
H A DIndex.h1589 CXCursor_ObjCCategoryDecl = 12, enumerator in enum:CXCursorKind
/external/clang/tools/libclang/
H A DCIndex.cpp4316 if (C.kind == CXCursor_ObjCCategoryDecl ||
4506 case CXCursor_ObjCCategoryDecl:
/external/clang/tools/c-index-test/
H A Dc-index-test.c1568 else if (!strcmp(filter, "category")) K = CXCursor_ObjCCategoryDecl;
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp3033 case Decl::ObjCCategory: return CXCursor_ObjCCategoryDecl;

Completed in 181 milliseconds