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

  /external/clang/tools/libclang/
IndexingContext.h 30 class ScratchAlloc {
34 explicit ScratchAlloc(IndexingContext &indexCtx);
35 ScratchAlloc(const ScratchAlloc &SA);
37 ~ScratchAlloc();
247 ScratchAlloc SA;
312 friend class ScratchAlloc;
327 ScratchAlloc &SA);
341 IndexingContext &IdxCtx, ScratchAlloc &SA);
497 ScratchAlloc &SA)
    [all...]
IndexingContext.cpp 25 ScratchAlloc &SA) {
118 ScratchAlloc SA(IdxCtx);
125 ScratchAlloc &SA) {
183 const char *ScratchAlloc::toCStr(StringRef Str) {
191 const char *ScratchAlloc::copyCStr(StringRef Str) {
227 ScratchAlloc SA(*this);
259 ScratchAlloc SA(*this);
368 ScratchAlloc SA(*this);
423 ScratchAlloc SA(*this);
437 ScratchAlloc SA(*this)
    [all...]

Completed in 278 milliseconds