Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/
Dobjc.rs16 use clang_sys::CXCursor_ObjCProtocolRef;
148 CXCursor_ObjCProtocolRef => { in from_ty()
/external/clang/tools/libclang/
DCXCursor.cpp676 CXCursor C = { CXCursor_ObjCProtocolRef, 0, { Proto, RawLoc, TU } }; in MakeCursorObjCProtocolRef()
682 assert(C.kind == CXCursor_ObjCProtocolRef); in getCursorObjCProtocolRef()
941 Cursor.kind == CXCursor_ObjCProtocolRef || in getCursorStmt()
DCXType.cpp209 case CXCursor_ObjCProtocolRef: in clang_getCursorType()
DCIndex.cpp4131 case CXCursor_ObjCProtocolRef: { in clang_getCursorSpelling()
4528 case CXCursor_ObjCProtocolRef: in clang_getCursorKindSpelling()
5155 case CXCursor_ObjCProtocolRef: { in clang_getCursorLocation()
5318 case CXCursor_ObjCProtocolRef: in getRawCursorExtent()
5521 case CXCursor_ObjCProtocolRef: { in clang_getCursorReferenced()
/external/llvm-project/clang/tools/libclang/
DCXCursor.cpp833 CXCursor C = {CXCursor_ObjCProtocolRef, 0, {Proto, RawLoc, TU}}; in MakeCursorObjCProtocolRef()
839 assert(C.kind == CXCursor_ObjCProtocolRef); in getCursorObjCProtocolRef()
1092 Cursor.kind == CXCursor_ObjCProtocolRef || in getCursorStmt()
DCXType.cpp277 case CXCursor_ObjCProtocolRef: in clang_getCursorType()
DCIndex.cpp4596 case CXCursor_ObjCProtocolRef: { in clang_getCursorSpelling()
5201 case CXCursor_ObjCProtocolRef: in clang_getCursorKindSpelling()
5930 case CXCursor_ObjCProtocolRef: { in clang_getCursorLocation()
6092 case CXCursor_ObjCProtocolRef: in getRawCursorExtent()
6294 case CXCursor_ObjCProtocolRef: { in clang_getCursorReferenced()
/external/clang/include/clang-c/
DIndex.h1651 CXCursor_ObjCProtocolRef = 41, enumerator
/external/llvm-project/clang/include/clang-c/
DIndex.h1804 CXCursor_ObjCProtocolRef = 41, enumerator
/external/rust/crates/clang-sys/src/
Dlib.rs259 const CXCursor_ObjCProtocolRef = 41, constant