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.c926 #define PRINT_PROP_ATTR(A) \ in PrintCursor() macro
928 PRINT_PROP_ATTR(readonly); in PrintCursor()
929 PRINT_PROP_ATTR(getter); in PrintCursor()
930 PRINT_PROP_ATTR(assign); in PrintCursor()
931 PRINT_PROP_ATTR(readwrite); in PrintCursor()
932 PRINT_PROP_ATTR(retain); in PrintCursor()
933 PRINT_PROP_ATTR(copy); in PrintCursor()
934 PRINT_PROP_ATTR(nonatomic); in PrintCursor()
935 PRINT_PROP_ATTR(setter); in PrintCursor()
936 PRINT_PROP_ATTR(atomic); in PrintCursor()
[all …]