Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/include/clang-c/
H A DIndex.h1565 CXCursor_ObjCPropertyDecl = 14, enumerator
/minix/external/bsd/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp3881 case CXCursor_ObjCPropertyDecl:
5629 if (cursor.kind == CXCursor_ObjCPropertyDecl) { in Visit()
5672 parent.kind == CXCursor_ObjCPropertyDecl) in Visit()
6092 if (Cursors[I].kind == CXCursor_ObjCPropertyDecl) { in clang_annotateTokensImpl()
6512 if (C.kind != CXCursor_ObjCPropertyDecl) in clang_Cursor_getObjCPropertyAttributes()
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp2932 case Decl::ObjCProperty: return CXCursor_ObjCPropertyDecl; in getCursorKindForDecl()