Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DIndex.h1582 CXCursor_ObjCPropertyDecl = 14, enumerator
/external/clang/tools/libclang/
DCIndex.cpp4165 case CXCursor_ObjCPropertyDecl: in clang_getCursorKindSpelling()
5948 if (cursor.kind == CXCursor_ObjCPropertyDecl) { in Visit()
5991 parent.kind == CXCursor_ObjCPropertyDecl) in Visit()
6398 if (Cursors[I].kind == CXCursor_ObjCPropertyDecl) { in clang_annotateTokensImpl()
6839 if (C.kind != CXCursor_ObjCPropertyDecl) in clang_Cursor_getObjCPropertyAttributes()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3034 case Decl::ObjCProperty: return CXCursor_ObjCPropertyDecl; in getCursorKindForDecl()