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

/external/clang/tools/c-index-test/
H A Dc-index-test.c2702 const CXIdxObjCPropertyDeclInfo *PropInfo; local
2769 if ((PropInfo = clang_index_getObjCPropertyDeclInfo(info))) {
2770 if (PropInfo->getter) {
2771 printEntityInfo(" <getter>", client_data, PropInfo->getter);
2774 if (PropInfo->setter) {
2775 printEntityInfo(" <setter>", client_data, PropInfo->setter);

Completed in 38 milliseconds