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.c911 #define PRINT_PROP_ATTR(A) \ in PrintCursor() macro
913 PRINT_PROP_ATTR(readonly); in PrintCursor()
914 PRINT_PROP_ATTR(getter); in PrintCursor()
915 PRINT_PROP_ATTR(assign); in PrintCursor()
916 PRINT_PROP_ATTR(readwrite); in PrintCursor()
917 PRINT_PROP_ATTR(retain); in PrintCursor()
918 PRINT_PROP_ATTR(copy); in PrintCursor()
919 PRINT_PROP_ATTR(nonatomic); in PrintCursor()
920 PRINT_PROP_ATTR(setter); in PrintCursor()
921 PRINT_PROP_ATTR(atomic); in PrintCursor()
[all …]