Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXCursor.cpp514 CXCursor C = { CXCursor_ObjCProtocolRef, 0, { Proto, RawLoc, TU } }; in MakeCursorObjCProtocolRef()
520 assert(C.kind == CXCursor_ObjCProtocolRef); in getCursorObjCProtocolRef()
778 Cursor.kind == CXCursor_ObjCProtocolRef || in getCursorStmt()
DCXType.cpp189 case CXCursor_ObjCProtocolRef: in clang_getCursorType()
DCIndex.cpp3163 case CXCursor_ObjCProtocolRef: { in clang_getCursorSpelling()
3489 case CXCursor_ObjCProtocolRef: in clang_getCursorKindSpelling()
3998 case CXCursor_ObjCProtocolRef: { in clang_getCursorLocation()
4155 case CXCursor_ObjCProtocolRef: in getRawCursorExtent()
4357 case CXCursor_ObjCProtocolRef: { in clang_getCursorReferenced()
/external/clang/include/clang-c/
DIndex.h1543 CXCursor_ObjCProtocolRef = 41, enumerator