Lines Matching refs:getEntityInfo
252 IdxCtx.getEntityInfo(PD, ProtEntities.back(), SA); in ObjCProtocolListInfo()
324 IdxCtx.getEntityInfo(InterD, IBInfo.ClassInfo, SA); in AttrListInfo()
362 IdxCtx.getEntityInfo(BaseD, BaseEntities.back(), SA); in CXXBasesListInfo()
559 getEntityInfo(D, DInfo.EntInfo, SA); in handleDecl()
685 getEntityInfo(SuperD, BaseEntity, SA); in handleObjCInterface()
757 getEntityInfo(IFaceD, ClassEntity, SA); in handleObjCCategory()
789 getEntityInfo(IFaceD, ClassEntity, SA); in handleObjCCategoryImpl()
852 getEntityInfo(Getter, GetterEntity, SA); in handleObjCProperty()
858 getEntityInfo(Setter, SetterEntity, SA); in handleObjCProperty()
925 getEntityInfo(D, RefEntity, SA); in handleReference()
929 getEntityInfo(Parent, ParentEntity, SA); in handleReference()
1149 void CXIndexDataConsumer::getEntityInfo(const NamedDecl *D, in getEntityInfo() function in CXIndexDataConsumer