Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXCursor.cpp539 CXCursor C = { CXCursor_ObjCProtocolRef, 0, { Proto, RawLoc, TU } }; in MakeCursorObjCProtocolRef()
545 assert(C.kind == CXCursor_ObjCProtocolRef); in getCursorObjCProtocolRef()
803 Cursor.kind == CXCursor_ObjCProtocolRef || in getCursorStmt()
DCXType.cpp200 case CXCursor_ObjCProtocolRef: in clang_getCursorType()
DCIndex.cpp3240 case CXCursor_ObjCProtocolRef: { in clang_getCursorSpelling()
3566 case CXCursor_ObjCProtocolRef: in clang_getCursorKindSpelling()
4079 case CXCursor_ObjCProtocolRef: { in clang_getCursorLocation()
4236 case CXCursor_ObjCProtocolRef: in getRawCursorExtent()
4438 case CXCursor_ObjCProtocolRef: { in clang_getCursorReferenced()
/external/clang/include/clang-c/
DIndex.h1548 CXCursor_ObjCProtocolRef = 41, enumerator