Searched refs:CXCursor_ObjCProtocolRef (Results 1 – 10 of 10) sorted by relevance
/external/rust/crates/bindgen/src/ir/ |
D | objc.rs | 16 use clang_sys::CXCursor_ObjCProtocolRef; 148 CXCursor_ObjCProtocolRef => { in from_ty()
|
/external/clang/tools/libclang/ |
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()
|
D | CXType.cpp | 209 case CXCursor_ObjCProtocolRef: in clang_getCursorType()
|
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()
|
/external/llvm-project/clang/tools/libclang/ |
D | CXCursor.cpp | 833 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()
|
D | CXType.cpp | 277 case CXCursor_ObjCProtocolRef: in clang_getCursorType()
|
D | CIndex.cpp | 4596 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/ |
D | Index.h | 1651 CXCursor_ObjCProtocolRef = 41, enumerator
|
/external/llvm-project/clang/include/clang-c/ |
D | Index.h | 1804 CXCursor_ObjCProtocolRef = 41, enumerator
|
/external/rust/crates/clang-sys/src/ |
D | lib.rs | 259 const CXCursor_ObjCProtocolRef = 41, constant
|