Home
last modified time | relevance | path

Searched refs:ScratchAlloc (Results 1 – 2 of 2) sorted by relevance

/external/clang/tools/libclang/
DIndexingContext.h30 class ScratchAlloc {
34 explicit ScratchAlloc(IndexingContext &indexCtx);
35 ScratchAlloc(const ScratchAlloc &SA);
37 ~ScratchAlloc();
247 ScratchAlloc SA;
312 friend class ScratchAlloc; variable
327 ScratchAlloc &SA);
341 IndexingContext &IdxCtx, ScratchAlloc &SA);
497 ScratchAlloc &SA);
510 inline ScratchAlloc::ScratchAlloc(IndexingContext &idxCtx) : IdxCtx(idxCtx) { in ScratchAlloc() function
[all …]
DIndexingContext.cpp25 ScratchAlloc &SA) { in ObjCProtocolListInfo()
118 ScratchAlloc SA(IdxCtx); in create()
125 ScratchAlloc &SA) { in CXXBasesListInfo()
183 const char *ScratchAlloc::toCStr(StringRef Str) { in toCStr()
191 const char *ScratchAlloc::copyCStr(StringRef Str) { in copyCStr()
227 ScratchAlloc SA(*this); in ppIncludedFile()
259 ScratchAlloc SA(*this); in handleDecl()
368 ScratchAlloc SA(*this); in handleObjCInterface()
423 ScratchAlloc SA(*this); in handleObjCProtocol()
437 ScratchAlloc SA(*this); in handleObjCCategory()
[all …]