Home
last modified time | relevance | path

Searched refs:CXIdxEntity_ObjCProtocol (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang-c/
DIndex.h5489 CXIdxEntity_ObjCProtocol = 7, enumerator
/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp1272 return CXIdxEntity_ObjCProtocol; in getEntityKindFromSymbolKind()
/external/clang/tools/c-index-test/
Dc-index-test.c2948 case CXIdxEntity_ObjCProtocol: return "objc-protocol"; in getEntityKindString()