Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXIndexDataConsumer.h34 class ScratchAlloc {
38 explicit ScratchAlloc(CXIndexDataConsumer &indexCtx);
39 ScratchAlloc(const ScratchAlloc &SA);
41 ~ScratchAlloc();
242 ScratchAlloc SA;
298 friend class ScratchAlloc; variable
313 ScratchAlloc &SA);
327 CXIndexDataConsumer &IdxCtx, ScratchAlloc &SA);
500 ScratchAlloc &SA);
513 inline ScratchAlloc::ScratchAlloc(CXIndexDataConsumer &idxCtx) : IdxCtx(idxCtx) { in ScratchAlloc() function
[all …]
DCXIndexDataConsumer.cpp237 ScratchAlloc &SA) { in ObjCProtocolListInfo()
330 ScratchAlloc SA(IdxCtx); in create()
337 ScratchAlloc &SA) { in CXXBasesListInfo()
393 const char *ScratchAlloc::toCStr(StringRef Str) { in toCStr()
401 const char *ScratchAlloc::copyCStr(StringRef Str) { in copyCStr()
463 ScratchAlloc SA(*this); in ppIncludedFile()
539 ScratchAlloc SA(*this); in handleDecl()
666 ScratchAlloc SA(*this); in handleObjCInterface()
722 ScratchAlloc SA(*this); in handleObjCProtocol()
736 ScratchAlloc SA(*this); in handleObjCCategory()
[all …]