Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.h32 class ScratchAlloc {
36 explicit ScratchAlloc(CXIndexDataConsumer &indexCtx);
37 ScratchAlloc(const ScratchAlloc &SA);
39 ~ScratchAlloc();
240 ScratchAlloc SA;
296 friend class ScratchAlloc; variable
311 ScratchAlloc &SA);
325 CXIndexDataConsumer &IdxCtx, ScratchAlloc &SA);
468 ScratchAlloc &SA);
481 inline ScratchAlloc::ScratchAlloc(CXIndexDataConsumer &idxCtx) : IdxCtx(idxCtx) { in ScratchAlloc() function
[all …]
H A DCXIndexDataConsumer.cpp240 ScratchAlloc &SA) { in ObjCProtocolListInfo()
333 ScratchAlloc SA(IdxCtx); in create()
340 ScratchAlloc &SA) { in CXXBasesListInfo()
396 const char *ScratchAlloc::toCStr(StringRef Str) { in toCStr()
404 const char *ScratchAlloc::copyCStr(StringRef Str) { in copyCStr()
468 ScratchAlloc SA(*this); in ppIncludedFile()
551 ScratchAlloc SA(*this); in handleDecl()
672 ScratchAlloc SA(*this); in handleObjCInterface()
728 ScratchAlloc SA(*this); in handleObjCProtocol()
742 ScratchAlloc SA(*this); in handleObjCCategory()
[all …]