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.c923 unsigned PropAttrs = clang_Cursor_getObjCPropertyAttributes(Cursor, 0); in PrintCursor() local
924 if (PropAttrs != CXObjCPropertyAttr_noattr) { in PrintCursor()
927 if (PropAttrs & CXObjCPropertyAttr_##A) printf(#A ",") in PrintCursor()