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

References

include/llvm/Support/Allocator.h
   81   template <typename T> T *Allocate(size_t Num = 1) {
   82     return static_cast<T *>(Allocate(Num * sizeof(T), alignof(T)));
   82     return static_cast<T *>(Allocate(Num * sizeof(T), alignof(T)));
tools/clang/lib/Parse/ParsePragma.cpp
  522   PragmaPackInfo *Info =
 1732   PragmaPackInfo *Info =
 1733       PP.getPreprocessorAllocator().Allocate<PragmaPackInfo>(1);