Lines Matching refs:SA

245                                     ScratchAlloc &SA) {  in ObjCProtocolListInfo()  argument
252 IdxCtx.getEntityInfo(PD, ProtEntities.back(), SA); in ObjCProtocolListInfo()
285 : SA(IdxCtx), ref_cnt(0) { in AttrListInfo()
324 IdxCtx.getEntityInfo(InterD, IBInfo.ClassInfo, SA); in AttrListInfo()
338 ScratchAlloc SA(IdxCtx); in create() local
339 AttrListInfo *attrs = SA.allocate<AttrListInfo>(); in create()
345 ScratchAlloc &SA) { in CXXBasesListInfo() argument
362 IdxCtx.getEntityInfo(BaseD, BaseEntities.back(), SA); in CXXBasesListInfo()
475 ScratchAlloc SA(*this); in ppIncludedFile() local
477 SA.toCStr(filename), in ppIncludedFile()
558 ScratchAlloc SA(*this); in handleDecl() local
559 getEntityInfo(D, DInfo.EntInfo, SA); in handleDecl()
679 ScratchAlloc SA(*this); in handleObjCInterface() local
685 getEntityInfo(SuperD, BaseEntity, SA); in handleObjCInterface()
699 *this, SA); in handleObjCInterface()
735 ScratchAlloc SA(*this); in handleObjCProtocol() local
740 *this, SA); in handleObjCProtocol()
749 ScratchAlloc SA(*this); in handleObjCCategory() local
757 getEntityInfo(IFaceD, ClassEntity, SA); in handleObjCCategory()
762 ObjCProtocolListInfo ProtInfo(D->getReferencedProtocols(), *this, SA); in handleObjCCategory()
781 ScratchAlloc SA(*this); in handleObjCCategoryImpl() local
789 getEntityInfo(IFaceD, ClassEntity, SA); in handleObjCCategoryImpl()
843 ScratchAlloc SA(*this); in handleObjCProperty() local
852 getEntityInfo(Getter, GetterEntity, SA); in handleObjCProperty()
858 getEntityInfo(Setter, SetterEntity, SA); in handleObjCProperty()
923 ScratchAlloc SA(*this); in handleReference() local
925 getEntityInfo(D, RefEntity, SA); in handleReference()
929 getEntityInfo(Parent, ParentEntity, SA); in handleReference()
991 ScratchAlloc SA(*this); in handleCXXRecordDecl() local
994 CXXBasesListInfo BaseList(RD, *this, SA); in handleCXXRecordDecl()
1151 ScratchAlloc &SA) { in getEntityInfo() argument
1175 EntityInfo.name = SA.toCStr(II->getName()); in getEntityInfo()
1186 EntityInfo.name = SA.copyCStr(StrBuf.str()); in getEntityInfo()
1195 EntityInfo.USR = SA.copyCStr(StrBuf.str()); in getEntityInfo()