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

/external/clang/tools/libclang/
H A DIndexingContext.h30 class ScratchAlloc { class in namespace:clang::cxindex
34 explicit ScratchAlloc(IndexingContext &indexCtx);
35 ScratchAlloc(const ScratchAlloc &SA);
37 ~ScratchAlloc();
238 ScratchAlloc SA;
296 friend class ScratchAlloc;
311 ScratchAlloc &SA);
325 IndexingContext &IdxCtx, ScratchAlloc &SA);
488 ScratchAlloc
501 inline ScratchAlloc::ScratchAlloc(IndexingContext &idxCtx) : IdxCtx(idxCtx) { function in class:clang::cxindex::ScratchAlloc
504 inline ScratchAlloc::ScratchAlloc(const ScratchAlloc &SA) : IdxCtx(SA.IdxCtx) { function in class:clang::cxindex::ScratchAlloc
[all...]

Completed in 304 milliseconds