Lines Matching full:propinfo
3014 const CXIdxObjCPropertyDeclInfo *PropInfo;3081 if ((PropInfo = clang_index_getObjCPropertyDeclInfo(info))) {3082 if (PropInfo->getter) {3083 printEntityInfo(" <getter>", client_data, PropInfo->getter);3086 if (PropInfo->setter) {3087 printEntityInfo(" <setter>", client_data, PropInfo->setter);