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

References

include/llvm/Demangle/ItaniumDemangle.h
 2385   Alloc ASTAllocator;
 5574 struct ManglingParser : AbstractManglingParser<ManglingParser<Alloc>, Alloc> {
 5574 struct ManglingParser : AbstractManglingParser<ManglingParser<Alloc>, Alloc> {
lib/Support/ItaniumManglingCanonicalizer.cpp
  178     CanonicalizerAllocator &Self;
  213   CanonicalizerAllocator &Self;
  225     itanium_demangle::ManglingParser<CanonicalizerAllocator>;
  238   auto &Alloc = P->Demangler.ASTAllocator;