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

References

tools/clang/include/clang/Basic/PartialDiagnostic.h
  137     if (Allocator)
  138       DiagStorage = Allocator->Allocate();
  140       assert(Allocator != reinterpret_cast<StorageAllocator *>(~uintptr_t(0)));
  160     if (Allocator)
  161       Allocator->Deallocate(DiagStorage);
  162     else if (Allocator != reinterpret_cast<StorageAllocator *>(~uintptr_t(0)))
  195       : DiagID(Other.DiagID), Allocator(Other.Allocator) {
  204         Allocator(Other.Allocator) {
  253     Allocator = Other.Allocator;
  253     Allocator = Other.Allocator;
  266     std::swap(Allocator, PD.Allocator);
  266     std::swap(Allocator, PD.Allocator);