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;
296 friend class ScratchAlloc;
311 ScratchAlloc &SA);
325 IndexingContext &IdxCtx, ScratchAlloc &SA);
488 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 64 milliseconds