Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXIndexDataConsumer.h298 friend class ScratchAlloc; variable
513 inline ScratchAlloc::ScratchAlloc(CXIndexDataConsumer &idxCtx) : IdxCtx(idxCtx) { in ScratchAlloc() function
516 inline ScratchAlloc::ScratchAlloc(const ScratchAlloc &SA) : IdxCtx(SA.IdxCtx) { in ScratchAlloc() function