Searched refs:ScratchAlloc (Results 1 - 2 of 2) 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...]
H A DIndexingContext.cpp25 ScratchAlloc &SA) {
118 ScratchAlloc SA(IdxCtx);
125 ScratchAlloc &SA) {
181 const char *ScratchAlloc::toCStr(StringRef Str) {
189 const char *ScratchAlloc::copyCStr(StringRef Str) {
251 ScratchAlloc SA(*this);
318 ScratchAlloc SA(*this);
443 ScratchAlloc SA(*this);
499 ScratchAlloc SA(*this);
513 ScratchAlloc S
[all...]

Completed in 100 milliseconds