Home
last modified time | relevance | path

Searched refs:CXCursor_ObjCProtocolDecl (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp569 CursorKind = CXCursor_ObjCProtocolDecl; in computeCursorKindAndAvailability()
DSemaCodeComplete.cpp2979 case Decl::ObjCProtocol: return CXCursor_ObjCProtocolDecl; in getCursorKindForDecl()
/external/clang/include/clang-c/
DIndex.h1563 CXCursor_ObjCProtocolDecl = 13, enumerator
/external/clang/tools/libclang/
DCIndex.cpp645 } else if (Cursor.kind == CXCursor_ObjCProtocolDecl) { in VisitDeclContext()
3940 case CXCursor_ObjCProtocolDecl: in clang_getCursorKindSpelling()
/external/clang/tools/c-index-test/
Dc-index-test.c1476 else if (!strcmp(filter, "protocol")) K = CXCursor_ObjCProtocolDecl; in perform_test_load()