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

/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DCXIndexDataConsumer.h32 class ScratchAlloc { class in namespace:clang::cxindex
482 inline ScratchAlloc::ScratchAlloc(CXIndexDataConsumer &idxCtx) : IdxCtx(idxCtx) { function in class:clang::cxindex::ScratchAlloc
485 inline ScratchAlloc::ScratchAlloc(const ScratchAlloc &SA) : IdxCtx(SA.IdxCtx) { function in class:clang::cxindex::ScratchAlloc
[all...]

Completed in 200 milliseconds