Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/libclang/
H A DCXCursor.cpp891 CXCursor C = {CXCursor_ObjCProtocolRef, 0, {Proto, RawLoc, TU}}; in MakeCursorObjCProtocolRef()
897 assert(C.kind == CXCursor_ObjCProtocolRef); in getCursorObjCProtocolRef()
1150 Cursor.kind == CXCursor_ObjCProtocolRef || in getCursorStmt()
H A DCXType.cpp283 case CXCursor_ObjCProtocolRef: in clang_getCursorType()
H A DCIndex.cpp4833 case CXCursor_ObjCProtocolRef: { in clang_getCursorSpelling()
5439 case CXCursor_ObjCProtocolRef: in clang_getCursorKindSpelling()
6208 case CXCursor_ObjCProtocolRef: { in clang_getCursorLocation()
6370 case CXCursor_ObjCProtocolRef: in getRawCursorExtent()
6572 case CXCursor_ObjCProtocolRef: { in clang_getCursorReferenced()
/llvm-project-15.0.7/clang/include/clang-c/
H A DIndex.h1804 CXCursor_ObjCProtocolRef = 41, enumerator