Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXCursor.cpp848 CXCursor C = {CXCursor_ObjCProtocolRef, 0, {Proto, RawLoc, TU}}; in MakeCursorObjCProtocolRef()
854 assert(C.kind == CXCursor_ObjCProtocolRef); in getCursorObjCProtocolRef()
1107 Cursor.kind == CXCursor_ObjCProtocolRef || in getCursorStmt()
H A DCXType.cpp277 case CXCursor_ObjCProtocolRef: in clang_getCursorType()
H A DCIndex.cpp4637 case CXCursor_ObjCProtocolRef: { in clang_getCursorSpelling()
5243 case CXCursor_ObjCProtocolRef: in clang_getCursorKindSpelling()
5982 case CXCursor_ObjCProtocolRef: { in clang_getCursorLocation()
6144 case CXCursor_ObjCProtocolRef: in getRawCursorExtent()
6346 case CXCursor_ObjCProtocolRef: { in clang_getCursorReferenced()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h1804 CXCursor_ObjCProtocolRef = 41, enumerator