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();
238 ScratchAlloc SA;
303 friend class ScratchAlloc;
318 ScratchAlloc &SA);
332 IndexingContext &IdxCtx, ScratchAlloc &SA);
495 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) {
251 ScratchAlloc SA(*this);
319 ScratchAlloc SA(*this);
444 ScratchAlloc SA(*this);
499 ScratchAlloc SA(*this);
513 ScratchAlloc SA(*this)
    [all...]

Completed in 54 milliseconds