Searched refs:getEntityInfo (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | CXIndexDataConsumer.cpp | 247 IdxCtx.getEntityInfo(PD, ProtEntities.back(), SA); in ObjCProtocolListInfo() 319 IdxCtx.getEntityInfo(InterD, IBInfo.ClassInfo, SA); in AttrListInfo() 357 IdxCtx.getEntityInfo(BaseD, BaseEntities.back(), SA); in CXXBasesListInfo() 552 getEntityInfo(D, DInfo.EntInfo, SA); in handleDecl() 678 getEntityInfo(SuperD, BaseEntity, SA); in handleObjCInterface() 750 getEntityInfo(IFaceD, ClassEntity, SA); in handleObjCCategory() 782 getEntityInfo(IFaceD, ClassEntity, SA); in handleObjCCategoryImpl() 845 getEntityInfo(Getter, GetterEntity, SA); in handleObjCProperty() 851 getEntityInfo(Setter, SetterEntity, SA); in handleObjCProperty() 912 getEntityInfo(D, RefEntity, SA); in handleReference() [all …]
|
| H A D | CXIndexDataConsumer.h | 466 void getEntityInfo(const NamedDecl *D,
|