Home
last modified time | relevance | path

Searched refs:CXCursor_ObjCProtocolDecl (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/
Dobjc.rs14 use clang_sys::CXCursor_ObjCProtocolDecl;
131 if cursor.kind() == CXCursor_ObjCProtocolDecl { in from_ty()
Dty.rs713 CXCursor_ObjCProtocolDecl | CXCursor_ObjCCategoryDecl => { in from_clang_ty()
/aosp_15_r20/external/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp571 CursorKind = CXCursor_ObjCProtocolDecl; in computeCursorKindAndAvailability()
H A DSemaCodeComplete.cpp3047 case Decl::ObjCProtocol: return CXCursor_ObjCProtocolDecl; in getCursorKindForDecl()
/aosp_15_r20/external/clang/include/clang-c/
H A DIndex.h1591 CXCursor_ObjCProtocolDecl = 13, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-c/
DIndex.h1224 CXCursor_ObjCProtocolDecl = 13, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-c/
DIndex.h1224 CXCursor_ObjCProtocolDecl = 13, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-c/
DIndex.h1224 CXCursor_ObjCProtocolDecl = 13, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-c/
DIndex.h1224 CXCursor_ObjCProtocolDecl = 13, enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/clang-sys/src/
Dlib.rs291 const CXCursor_ObjCProtocolDecl = 13, constant
/aosp_15_r20/external/clang/tools/libclang/
H A DCIndex.cpp654 } else if (Cursor.kind == CXCursor_ObjCProtocolDecl) { in handleDeclForVisitation()
4508 case CXCursor_ObjCProtocolDecl: in clang_getCursorKindSpelling()
/aosp_15_r20/external/clang/tools/c-index-test/
H A Dc-index-test.c1570 else if (!strcmp(filter, "protocol")) K = CXCursor_ObjCProtocolDecl; in perform_test_load()