Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1091 unsigned PropAttrs = clang_Cursor_getObjCPropertyAttributes(Cursor, 0); in PrintCursor() local
1092 if (PropAttrs != CXObjCPropertyAttr_noattr) { in PrintCursor()
1095 if (PropAttrs & CXObjCPropertyAttr_##A) printf(#A ",") in PrintCursor()