Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexingContext.h33 class ScratchAlloc {
37 explicit ScratchAlloc(IndexingContext &indexCtx);
38 ScratchAlloc(const ScratchAlloc &SA);
40 ~ScratchAlloc();
241 ScratchAlloc SA;
299 friend class ScratchAlloc; variable
314 ScratchAlloc &SA);
328 IndexingContext &IdxCtx, ScratchAlloc &SA);
491 ScratchAlloc &SA);
504 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()
181 const char *ScratchAlloc::toCStr(StringRef Str) { in toCStr()
189 const char *ScratchAlloc::copyCStr(StringRef Str) { in copyCStr()
251 ScratchAlloc SA(*this); in ppIncludedFile()
318 ScratchAlloc SA(*this); in handleDecl()
443 ScratchAlloc SA(*this); in handleObjCInterface()
499 ScratchAlloc SA(*this); in handleObjCProtocol()
513 ScratchAlloc SA(*this); in handleObjCCategory()
[all …]