Searched defs:PropAttrs (Results 1 - 1 of 1) sorted by relevance

/external/clang/tools/c-index-test/
H A Dc-index-test.c893 unsigned PropAttrs = clang_Cursor_getObjCPropertyAttributes(Cursor, 0); local
894 if (PropAttrs != CXObjCPropertyAttr_noattr) {
897 if (PropAttrs & CXObjCPropertyAttr_##A) printf(#A ",")

Completed in 78 milliseconds