Searched refs:ScratchAlloc (Results 1 – 2 of 2) sorted by relevance
32 class ScratchAlloc {37 ScratchAlloc(const ScratchAlloc &SA);39 ~ScratchAlloc();240 ScratchAlloc SA;296 friend class ScratchAlloc; variable311 ScratchAlloc &SA);469 ScratchAlloc &SA);482 inline ScratchAlloc::ScratchAlloc(CXIndexDataConsumer &idxCtx) : IdxCtx(idxCtx) { in ScratchAlloc() function485 inline ScratchAlloc::ScratchAlloc(const ScratchAlloc &SA) : IdxCtx(SA.IdxCtx) { in ScratchAlloc() function489 inline ScratchAlloc::~ScratchAlloc() { in ~ScratchAlloc()[all …]
338 ScratchAlloc SA(IdxCtx); in create()401 const char *ScratchAlloc::toCStr(StringRef Str) { in toCStr()475 ScratchAlloc SA(*this); in ppIncludedFile()558 ScratchAlloc SA(*this); in handleDecl()679 ScratchAlloc SA(*this); in handleObjCInterface()735 ScratchAlloc SA(*this); in handleObjCProtocol()749 ScratchAlloc SA(*this); in handleObjCCategory()781 ScratchAlloc SA(*this); in handleObjCCategoryImpl()843 ScratchAlloc SA(*this); in handleObjCProperty()923 ScratchAlloc SA(*this); in handleReference()[all …]