Searched refs:CXCursor_ObjCCategoryImplDecl (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang-c/
H A DIndex.h1603 CXCursor_ObjCCategoryImplDecl = 19, enumerator in enum:CXCursorKind
/external/clang/tools/libclang/
H A DCIndex.cpp4317 C.kind == CXCursor_ObjCCategoryImplDecl) {
4520 case CXCursor_ObjCCategoryImplDecl:
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp3034 case Decl::ObjCCategoryImpl: return CXCursor_ObjCCategoryImplDecl;

Completed in 121 milliseconds