Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp706 CursorKind = CXCursor_ObjCProtocolDecl; in computeCursorKindAndAvailability()
H A DSemaCodeComplete.cpp3875 return CXCursor_ObjCProtocolDecl; in getCursorKindForDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h1744 CXCursor_ObjCProtocolDecl = 13, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1964 else if (!strcmp(filter, "protocol")) K = CXCursor_ObjCProtocolDecl; in perform_test_load()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp670 } else if (Cursor.kind == CXCursor_ObjCProtocolDecl) { in handleDeclForVisitation()
5223 case CXCursor_ObjCProtocolDecl: in clang_getCursorKindSpelling()