Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DIndex.h3377 CXObjCPropertyAttr_noattr = 0x00, enumerator
/external/clang/tools/libclang/
DCIndex.cpp6002 return CXObjCPropertyAttr_noattr; in clang_Cursor_getObjCPropertyAttributes()
6004 unsigned Result = CXObjCPropertyAttr_noattr; in clang_Cursor_getObjCPropertyAttributes()
/external/clang/tools/c-index-test/
Dc-index-test.c799 if (PropAttrs != CXObjCPropertyAttr_noattr) { in PrintCursor()