Searched refs:getEntityInfo (Results 1 – 2 of 2) sorted by relevance
/external/clang/tools/libclang/ |
D | IndexingContext.cpp | 32 IdxCtx.getEntityInfo(PD, ProtEntities.back(), SA); in ObjCProtocolListInfo() 104 IdxCtx.getEntityInfo(InterD, IBInfo.ClassInfo, SA); in AttrListInfo() 142 IdxCtx.getEntityInfo(BaseD, BaseEntities.back(), SA); in CXXBasesListInfo() 319 getEntityInfo(D, DInfo.EntInfo, SA); in handleDecl() 449 getEntityInfo(SuperD, BaseEntity, SA); in handleObjCInterface() 521 getEntityInfo(IFaceD, ClassEntity, SA); in handleObjCCategory() 553 getEntityInfo(IFaceD, ClassEntity, SA); in handleObjCCategoryImpl() 614 getEntityInfo(Getter, GetterEntity, SA); in handleObjCProperty() 620 getEntityInfo(Setter, SetterEntity, SA); in handleObjCProperty() 693 getEntityInfo(D, RefEntity, SA); in handleReference() [all …]
|
D | IndexingContext.h | 489 void getEntityInfo(const NamedDecl *D,
|