Home
last modified time | relevance | path

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

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