Searched refs:CXCursor_ObjCProtocolRef (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/ |
D | objc.rs | 15 use clang_sys::CXCursor_ObjCProtocolRef; 145 CXCursor_ObjCProtocolRef => { in from_ty()
|
/aosp_15_r20/external/clang/tools/libclang/ |
H A D | CXCursor.cpp | 676 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 D | CXType.cpp | 209 case CXCursor_ObjCProtocolRef: in clang_getCursorType()
|
H A D | CIndex.cpp | 4131 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 D | Index.h | 1651 CXCursor_ObjCProtocolRef = 41, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-c/ |
D | Index.h | 1284 CXCursor_ObjCProtocolRef = 41, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-c/ |
D | Index.h | 1284 CXCursor_ObjCProtocolRef = 41, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-c/ |
D | Index.h | 1284 CXCursor_ObjCProtocolRef = 41, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-c/ |
D | Index.h | 1284 CXCursor_ObjCProtocolRef = 41, enumerator
|
/aosp_15_r20/external/rust/android-crates-io/crates/clang-sys/src/ |
D | lib.rs | 319 const CXCursor_ObjCProtocolRef = 41, constant
|