Home
last modified time | relevance | path

Searched refs:CXCursor_ObjCCategoryImplDecl (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang-c/
DIndex.h1603 CXCursor_ObjCCategoryImplDecl = 19, enumerator
/external/llvm-project/clang/include/clang-c/
DIndex.h1756 CXCursor_ObjCCategoryImplDecl = 19, enumerator
/external/rust/crates/clang-sys/src/
Dlib.rs237 const CXCursor_ObjCCategoryImplDecl = 19, constant
/external/clang/tools/libclang/
DCIndex.cpp4317 C.kind == CXCursor_ObjCCategoryImplDecl) { in clang_Cursor_getSpellingNameRange()
4520 case CXCursor_ObjCCategoryImplDecl: in clang_getCursorKindSpelling()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp4781 C.kind == CXCursor_ObjCCategoryImplDecl) { in clang_Cursor_getSpellingNameRange()
5193 case CXCursor_ObjCCategoryImplDecl: in clang_getCursorKindSpelling()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3034 case Decl::ObjCCategoryImpl: return CXCursor_ObjCCategoryImplDecl; in getCursorKindForDecl()
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp3798 return CXCursor_ObjCCategoryImplDecl; in getCursorKindForDecl()