Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang-c/
H A DIndex.h1756 CXCursor_ObjCCategoryImplDecl = 19, enumerator
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp5018 C.kind == CXCursor_ObjCCategoryImplDecl) { in clang_Cursor_getSpellingNameRange()
5431 case CXCursor_ObjCCategoryImplDecl: in clang_getCursorKindSpelling()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp3968 return CXCursor_ObjCCategoryImplDecl; in getCursorKindForDecl()