Lines Matching refs:getEntityInfo
244 IdxCtx.getEntityInfo(PD, ProtEntities.back(), SA); in ObjCProtocolListInfo()
316 IdxCtx.getEntityInfo(InterD, IBInfo.ClassInfo, SA); in AttrListInfo()
354 IdxCtx.getEntityInfo(BaseD, BaseEntities.back(), SA); in CXXBasesListInfo()
540 getEntityInfo(D, DInfo.EntInfo, SA); in handleDecl()
672 getEntityInfo(SuperD, BaseEntity, SA); in handleObjCInterface()
744 getEntityInfo(IFaceD, ClassEntity, SA); in handleObjCCategory()
776 getEntityInfo(IFaceD, ClassEntity, SA); in handleObjCCategoryImpl()
838 getEntityInfo(Getter, GetterEntity, SA); in handleObjCProperty()
844 getEntityInfo(Setter, SetterEntity, SA); in handleObjCProperty()
917 getEntityInfo(D, RefEntity, SA); in handleReference()
921 getEntityInfo(Parent, ParentEntity, SA); in handleReference()
1140 void CXIndexDataConsumer::getEntityInfo(const NamedDecl *D, in getEntityInfo() function in CXIndexDataConsumer