Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/
Dobjc.rs15 use clang_sys::CXCursor_ObjCProtocolDecl;
134 if cursor.kind() == CXCursor_ObjCProtocolDecl { in from_ty()
Dty.rs753 CXCursor_ObjCProtocolDecl | CXCursor_ObjCCategoryDecl => { in from_clang_ty()
/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp571 CursorKind = CXCursor_ObjCProtocolDecl; in computeCursorKindAndAvailability()
DSemaCodeComplete.cpp3047 case Decl::ObjCProtocol: return CXCursor_ObjCProtocolDecl; in getCursorKindForDecl()
/external/llvm-project/clang/lib/Sema/
DCodeCompleteConsumer.cpp706 CursorKind = CXCursor_ObjCProtocolDecl; in computeCursorKindAndAvailability()
DSemaCodeComplete.cpp3821 return CXCursor_ObjCProtocolDecl; in getCursorKindForDecl()
/external/clang/include/clang-c/
DIndex.h1591 CXCursor_ObjCProtocolDecl = 13, enumerator
/external/llvm-project/clang/include/clang-c/
DIndex.h1744 CXCursor_ObjCProtocolDecl = 13, enumerator
/external/rust/crates/clang-sys/src/
Dlib.rs231 const CXCursor_ObjCProtocolDecl = 13, constant
/external/clang/tools/libclang/
DCIndex.cpp654 } else if (Cursor.kind == CXCursor_ObjCProtocolDecl) { in handleDeclForVisitation()
4508 case CXCursor_ObjCProtocolDecl: in clang_getCursorKindSpelling()
/external/clang/tools/c-index-test/
Dc-index-test.c1570 else if (!strcmp(filter, "protocol")) K = CXCursor_ObjCProtocolDecl; in perform_test_load()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c1963 else if (!strcmp(filter, "protocol")) K = CXCursor_ObjCProtocolDecl; in perform_test_load()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp670 } else if (Cursor.kind == CXCursor_ObjCProtocolDecl) { in handleDeclForVisitation()
5181 case CXCursor_ObjCProtocolDecl: in clang_getCursorKindSpelling()