Searched defs:PropInfo (Results 1 - 1 of 1) sorted by relevance

/external/clang/tools/c-index-test/
H A Dc-index-test.c2887 const CXIdxObjCPropertyDeclInfo *PropInfo; local
2954 if ((PropInfo = clang_index_getObjCPropertyDeclInfo(info))) {
2955 if (PropInfo->getter) {
2956 printEntityInfo(" <getter>", client_data, PropInfo->getter);
2959 if (PropInfo->setter) {
2960 printEntityInfo(" <setter>", client_data, PropInfo->setter);

Completed in 209 milliseconds