HomeSort by: relevance | last modified time | path
    Searched refs:CXCursor_ObjCPropertyDecl (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 5225 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)
  /src/external/apache2/llvm/dist/clang/include/clang-c/
Index.h 1746 CXCursor_ObjCPropertyDecl = 14,
4548 * Property attributes for a \c CXCursor_ObjCPropertyDecl.
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 1113 if (Cursor.kind == CXCursor_ObjCPropertyDecl) {
1125 if (Cursor.kind == CXCursor_ObjCPropertyDecl) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCodeComplete.cpp 3873 return CXCursor_ObjCPropertyDecl;

Completed in 32 milliseconds