reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/libclang/CXIndexDataConsumer.cpp
  240                                     ScratchAlloc &SA) {
  333   ScratchAlloc SA(IdxCtx);
  340                                    ScratchAlloc &SA) {
  468   ScratchAlloc SA(*this);
  552   ScratchAlloc SA(*this);
  673   ScratchAlloc SA(*this);
  729   ScratchAlloc SA(*this);
  743   ScratchAlloc SA(*this);
  775   ScratchAlloc SA(*this);
  837   ScratchAlloc SA(*this);
  911   ScratchAlloc SA(*this);
  979     ScratchAlloc SA(*this);
 1139                                     ScratchAlloc &SA) {
tools/clang/tools/libclang/CXIndexDataConsumer.h
   37   ScratchAlloc(const ScratchAlloc &SA);
  240   ScratchAlloc SA;
  311                          ScratchAlloc &SA);
  325                      CXIndexDataConsumer &IdxCtx, ScratchAlloc &SA);
  468                      ScratchAlloc &SA);
  484 inline ScratchAlloc::ScratchAlloc(const ScratchAlloc &SA) : IdxCtx(SA.IdxCtx) {