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

References

tools/clang/include/clang/Lex/Preprocessor.h
  915   llvm::BumpPtrAllocator &getPreprocessorAllocator() { return BP; }
tools/clang/lib/Lex/PPDirectives.cpp
   59   auto *MIChain = new (BP) MacroInfoChain{L, MIChainHead};
   66   return new (BP) DefMacroDirective(MI, Loc);
   71   return new (BP) UndefMacroDirective(UndefLoc);
   77   return new (BP) VisibilityMacroDirective(Loc, isPublic);
 2349       MI->setParameterList(Parameters, BP);
 2382         MI->setParameterList(Parameters, BP);
 2398         MI->setParameterList(Parameters, BP);
tools/clang/lib/Lex/Preprocessor.cpp
  290   llvm::errs() << "\n  BumpPtr: " << BP.getTotalMemory();
  321   return BP.getTotalMemory()