Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/libclang/
H A DCXIndexDataConsumer.h32 class ScratchAlloc {
37 ScratchAlloc(const ScratchAlloc &SA);
39 ~ScratchAlloc();
240 ScratchAlloc SA;
296 friend class ScratchAlloc; variable
311 ScratchAlloc &SA);
469 ScratchAlloc &SA);
482 inline ScratchAlloc::ScratchAlloc(CXIndexDataConsumer &idxCtx) : IdxCtx(idxCtx) { in ScratchAlloc() function
485 inline ScratchAlloc::ScratchAlloc(const ScratchAlloc &SA) : IdxCtx(SA.IdxCtx) { in ScratchAlloc() function
489 inline ScratchAlloc::~ScratchAlloc() { in ~ScratchAlloc()
[all …]
H A DCXIndexDataConsumer.cpp338 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 …]