Searched refs:PropInfo (Results 1 – 2 of 2) sorted by relevance
790 if (const ObjCPropertyDeclInfo *PropInfo = dyn_cast<ObjCPropertyDeclInfo>(DI)) in clang_index_getObjCPropertyDeclInfo() local791 return &PropInfo->ObjCPropDeclInfo; in clang_index_getObjCPropertyDeclInfo()
3725 const CXIdxObjCPropertyDeclInfo *PropInfo; in index_indexDeclaration() local3792 if ((PropInfo = clang_index_getObjCPropertyDeclInfo(info))) { in index_indexDeclaration()3793 if (PropInfo->getter) { in index_indexDeclaration()3794 printEntityInfo(" <getter>", client_data, PropInfo->getter); in index_indexDeclaration()3797 if (PropInfo->setter) { in index_indexDeclaration()3798 printEntityInfo(" <setter>", client_data, PropInfo->setter); in index_indexDeclaration()