Searched defs:ScratchAlloc (Results 1 - 1 of 1) sorted by relevance

/external/clang/tools/libclang/
H A DCXIndexDataConsumer.h34 class ScratchAlloc { class in namespace:clang::cxindex
38 explicit ScratchAlloc(CXIndexDataConsumer &indexCtx);
39 ScratchAlloc(const ScratchAlloc &SA);
41 ~ScratchAlloc();
242 ScratchAlloc SA;
298 friend class ScratchAlloc;
313 ScratchAlloc &SA);
327 CXIndexDataConsumer &IdxCtx, ScratchAlloc &SA);
500 ScratchAlloc
513 inline ScratchAlloc::ScratchAlloc(CXIndexDataConsumer &idxCtx) : IdxCtx(idxCtx) { function in class:clang::cxindex::ScratchAlloc
516 inline ScratchAlloc::ScratchAlloc(const ScratchAlloc &SA) : IdxCtx(SA.IdxCtx) { function in class:clang::cxindex::ScratchAlloc
[all...]

Completed in 78 milliseconds