Home
last modified time | relevance | path

Searched refs:CXCursor_ObjCCategoryDecl (Results 1 – 11 of 11) sorted by relevance

/external/rust/crates/bindgen/src/ir/
Dobjc.rs11 use clang_sys::CXCursor_ObjCCategoryDecl;
141 if cursor.kind() == CXCursor_ObjCCategoryDecl { in from_ty()
Dty.rs753 CXCursor_ObjCProtocolDecl | CXCursor_ObjCCategoryDecl => { in from_clang_ty()
/external/clang/include/clang-c/
DIndex.h1589 CXCursor_ObjCCategoryDecl = 12, enumerator
/external/llvm-project/clang/include/clang-c/
DIndex.h1742 CXCursor_ObjCCategoryDecl = 12, enumerator
/external/rust/crates/clang-sys/src/
Dlib.rs230 const CXCursor_ObjCCategoryDecl = 12, constant
/external/clang/tools/libclang/
DCIndex.cpp4316 if (C.kind == CXCursor_ObjCCategoryDecl || in clang_Cursor_getSpellingNameRange()
4506 case CXCursor_ObjCCategoryDecl: in clang_getCursorKindSpelling()
/external/clang/tools/c-index-test/
Dc-index-test.c1568 else if (!strcmp(filter, "category")) K = CXCursor_ObjCCategoryDecl; in perform_test_load()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c1961 else if (!strcmp(filter, "category")) K = CXCursor_ObjCCategoryDecl; in perform_test_load()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp4780 if (C.kind == CXCursor_ObjCCategoryDecl || in clang_Cursor_getSpellingNameRange()
5179 case CXCursor_ObjCCategoryDecl: in clang_getCursorKindSpelling()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3033 case Decl::ObjCCategory: return CXCursor_ObjCCategoryDecl; in getCursorKindForDecl()
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp3796 return CXCursor_ObjCCategoryDecl; in getCursorKindForDecl()