Home
last modified time | relevance | path

Searched refs:CXCursor_ObjCProtocolRef (Results 1 – 4 of 4) sorted by relevance

/external/clang/tools/libclang/
DCXCursor.cpp676 CXCursor C = { CXCursor_ObjCProtocolRef, 0, { Proto, RawLoc, TU } }; in MakeCursorObjCProtocolRef()
682 assert(C.kind == CXCursor_ObjCProtocolRef); in getCursorObjCProtocolRef()
941 Cursor.kind == CXCursor_ObjCProtocolRef || in getCursorStmt()
DCXType.cpp209 case CXCursor_ObjCProtocolRef: in clang_getCursorType()
DCIndex.cpp4131 case CXCursor_ObjCProtocolRef: { in clang_getCursorSpelling()
4528 case CXCursor_ObjCProtocolRef: in clang_getCursorKindSpelling()
5155 case CXCursor_ObjCProtocolRef: { in clang_getCursorLocation()
5318 case CXCursor_ObjCProtocolRef: in getRawCursorExtent()
5521 case CXCursor_ObjCProtocolRef: { in clang_getCursorReferenced()
/external/clang/include/clang-c/
DIndex.h1651 CXCursor_ObjCProtocolRef = 41, enumerator