Searched refs:getEntityInfo (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CXIndexDataConsumer.cpp | 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() [all …]
|
| H A D | CXIndexDataConsumer.h | 467 void getEntityInfo(const NamedDecl *D,
|