Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXCursor.cpp613 CXCursor C = { CXCursor_ObjCProtocolRef, 0, { Proto, RawLoc, TU } }; in MakeCursorObjCProtocolRef()
619 assert(C.kind == CXCursor_ObjCProtocolRef); in getCursorObjCProtocolRef()
877 Cursor.kind == CXCursor_ObjCProtocolRef || in getCursorStmt()
DCXType.cpp207 case CXCursor_ObjCProtocolRef: in clang_getCursorType()
DCIndex.cpp3571 case CXCursor_ObjCProtocolRef: { in clang_getCursorSpelling()
3960 case CXCursor_ObjCProtocolRef: in clang_getCursorKindSpelling()
4538 case CXCursor_ObjCProtocolRef: { in clang_getCursorLocation()
4701 case CXCursor_ObjCProtocolRef: in getRawCursorExtent()
4903 case CXCursor_ObjCProtocolRef: { in clang_getCursorReferenced()
/external/clang/include/clang-c/
DIndex.h1623 CXCursor_ObjCProtocolRef = 41, enumerator