Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexingContext.h299 friend class ScratchAlloc; variable
504 inline ScratchAlloc::ScratchAlloc(IndexingContext &idxCtx) : IdxCtx(idxCtx) { in ScratchAlloc() function
507 inline ScratchAlloc::ScratchAlloc(const ScratchAlloc &SA) : IdxCtx(SA.IdxCtx) { in ScratchAlloc() function