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

  /external/clang/tools/libclang/
CXIndexDataConsumer.h 34 class ScratchAlloc {
38 explicit ScratchAlloc(CXIndexDataConsumer &indexCtx);
39 ScratchAlloc(const ScratchAlloc &SA);
41 ~ScratchAlloc();
242 ScratchAlloc SA;
298 friend class ScratchAlloc;
313 ScratchAlloc &SA);
327 CXIndexDataConsumer &IdxCtx, ScratchAlloc &SA);
500 ScratchAlloc &SA)
    [all...]
CXIndexDataConsumer.cpp 237 ScratchAlloc &SA) {
330 ScratchAlloc SA(IdxCtx);
337 ScratchAlloc &SA) {
393 const char *ScratchAlloc::toCStr(StringRef Str) {
401 const char *ScratchAlloc::copyCStr(StringRef Str) {
463 ScratchAlloc SA(*this);
539 ScratchAlloc SA(*this);
666 ScratchAlloc SA(*this);
722 ScratchAlloc SA(*this);
736 ScratchAlloc SA(*this)
    [all...]

Completed in 79 milliseconds