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

/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp5225 case CXCursor_ObjCPropertyDecl:
7253 if (cursor.kind == CXCursor_ObjCPropertyDecl) {
7297 parent.kind == CXCursor_ObjCPropertyDecl)
7751 if (Cursors[I].kind == CXCursor_ObjCPropertyDecl) {
8250 if (C.kind != CXCursor_ObjCPropertyDecl)
8279 if (C.kind != CXCursor_ObjCPropertyDecl)
8291 if (C.kind != CXCursor_ObjCPropertyDecl)
/netbsd-current/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h1746 CXCursor_ObjCPropertyDecl = 14, enumerator in enum:CXCursorKind
4548 * Property attributes for a \c CXCursor_ObjCPropertyDecl.
/netbsd-current/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1113 if (Cursor.kind == CXCursor_ObjCPropertyDecl) {
1125 if (Cursor.kind == CXCursor_ObjCPropertyDecl) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp3873 return CXCursor_ObjCPropertyDecl;

Completed in 256 milliseconds