Home
last modified time | relevance | path

Searched refs:CXCursor_ObjCPropertyDecl (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp5421 case CXCursor_ObjCPropertyDecl: in clang_getCursorKindSpelling()
7482 if (cursor.kind == CXCursor_ObjCPropertyDecl) { in Visit()
7526 parent.kind == CXCursor_ObjCPropertyDecl) in Visit()
7980 if (Cursors[I].kind == CXCursor_ObjCPropertyDecl) { in clang_annotateTokensImpl()
8507 if (C.kind != CXCursor_ObjCPropertyDecl) in clang_Cursor_getObjCPropertyAttributes()
8536 if (C.kind != CXCursor_ObjCPropertyDecl) in clang_Cursor_getObjCPropertyGetterName()
8548 if (C.kind != CXCursor_ObjCPropertyDecl) in clang_Cursor_getObjCPropertySetterName()
/llvm-project-15.0.7/clang/include/clang-c/
H A DIndex.h1746 CXCursor_ObjCPropertyDecl = 14, enumerator
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c1113 if (Cursor.kind == CXCursor_ObjCPropertyDecl) { in PrintCursor()
1125 if (Cursor.kind == CXCursor_ObjCPropertyDecl) { in PrintCursor()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp3989 return CXCursor_ObjCPropertyDecl; in getCursorKindForDecl()