Home
last modified time | relevance | path

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

/external/clang/tools/c-index-test/
Dc-index-test.c896 #define PRINT_PROP_ATTR(A) \ in PrintCursor() macro
898 PRINT_PROP_ATTR(readonly); in PrintCursor()
899 PRINT_PROP_ATTR(getter); in PrintCursor()
900 PRINT_PROP_ATTR(assign); in PrintCursor()
901 PRINT_PROP_ATTR(readwrite); in PrintCursor()
902 PRINT_PROP_ATTR(retain); in PrintCursor()
903 PRINT_PROP_ATTR(copy); in PrintCursor()
904 PRINT_PROP_ATTR(nonatomic); in PrintCursor()
905 PRINT_PROP_ATTR(setter); in PrintCursor()
906 PRINT_PROP_ATTR(atomic); in PrintCursor()
[all …]