Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp5225 case CXCursor_ObjCPropertyDecl: in clang_getCursorKindSpelling()
7253 if (cursor.kind == CXCursor_ObjCPropertyDecl) { in Visit()
7297 parent.kind == CXCursor_ObjCPropertyDecl) in Visit()
7751 if (Cursors[I].kind == CXCursor_ObjCPropertyDecl) { in clang_annotateTokensImpl()
8250 if (C.kind != CXCursor_ObjCPropertyDecl) in clang_Cursor_getObjCPropertyAttributes()
8279 if (C.kind != CXCursor_ObjCPropertyDecl) in clang_Cursor_getObjCPropertyGetterName()
8291 if (C.kind != CXCursor_ObjCPropertyDecl) in clang_Cursor_getObjCPropertySetterName()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h1746 CXCursor_ObjCPropertyDecl = 14, enumerator
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp3873 return CXCursor_ObjCPropertyDecl; in getCursorKindForDecl()