reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaCodeComplete.cpp
 3756     return CXCursor_ObjCPropertyDecl;
tools/clang/tools/c-index-test/c-index-test.c
 1109     if (Cursor.kind == CXCursor_ObjCPropertyDecl) {
 1121     if (Cursor.kind == CXCursor_ObjCPropertyDecl) {
tools/clang/tools/libclang/CIndex.cpp
 5084   case CXCursor_ObjCPropertyDecl:
 7100     if (cursor.kind == CXCursor_ObjCPropertyDecl) {
 7143       parent.kind == CXCursor_ObjCPropertyDecl)
 7599       if (Cursors[I].kind == CXCursor_ObjCPropertyDecl) {
 8094   if (C.kind != CXCursor_ObjCPropertyDecl)
 8124   if (C.kind != CXCursor_ObjCPropertyDecl)
 8136   if (C.kind != CXCursor_ObjCPropertyDecl)