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 29 class ScratchAlloc {
33 explicit ScratchAlloc(IndexingContext &indexCtx);
34 ScratchAlloc(const ScratchAlloc &SA);
36 ~ScratchAlloc();
237 ScratchAlloc SA;
302 friend class ScratchAlloc;
317 ScratchAlloc &SA);
331 IndexingContext &IdxCtx, ScratchAlloc &SA);
492 ScratchAlloc &SA)
    [all...]
IndexingContext.cpp 24 ScratchAlloc &SA) {
117 ScratchAlloc SA(IdxCtx);
124 ScratchAlloc &SA) {
182 const char *ScratchAlloc::toCStr(StringRef Str) {
190 const char *ScratchAlloc::copyCStr(StringRef Str) {
249 ScratchAlloc SA(*this);
317 ScratchAlloc SA(*this);
436 ScratchAlloc SA(*this);
491 ScratchAlloc SA(*this);
505 ScratchAlloc SA(*this)
    [all...]

Completed in 2034 milliseconds