HomeSort by relevance Sort by last modified time
    Searched full:scratchalloc (Results 1 - 2 of 2) sorted by null

  /external/clang/tools/libclang/
IndexingContext.h 33 class ScratchAlloc {
37 explicit ScratchAlloc(IndexingContext &indexCtx);
38 ScratchAlloc(const ScratchAlloc &SA);
40 ~ScratchAlloc();
241 ScratchAlloc SA;
299 friend class ScratchAlloc;
314 ScratchAlloc &SA);
328 IndexingContext &IdxCtx, ScratchAlloc &SA);
491 ScratchAlloc &SA)
    [all...]
IndexingContext.cpp 25 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 SA(*this)
    [all...]

Completed in 55 milliseconds