Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/
Dobjc.rs15 use clang_sys::CXCursor_ObjCProtocolRef;
145 CXCursor_ObjCProtocolRef => { in from_ty()
/aosp_15_r20/external/clang/tools/libclang/
H A 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()
H A DCXType.cpp209 case CXCursor_ObjCProtocolRef: in clang_getCursorType()
H A 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()
/aosp_15_r20/external/clang/include/clang-c/
H A DIndex.h1651 CXCursor_ObjCProtocolRef = 41, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-c/
DIndex.h1284 CXCursor_ObjCProtocolRef = 41, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-c/
DIndex.h1284 CXCursor_ObjCProtocolRef = 41, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-c/
DIndex.h1284 CXCursor_ObjCProtocolRef = 41, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-c/
DIndex.h1284 CXCursor_ObjCProtocolRef = 41, enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/clang-sys/src/
Dlib.rs319 const CXCursor_ObjCProtocolRef = 41, constant