Searched refs:ASTAllocator (Results 1 – 2 of 2) sorted by relevance
209 auto &Alloc = P->Demangler.ASTAllocator; in addEquivalence() 284 Demangler.ASTAllocator.setCreateNewNodes(CreateNewNodes); in parseMaybeMangledName()
2685 Alloc ASTAllocator; member2703 ASTAllocator.reset(); in reset()2707 return ASTAllocator.template makeNode<T>(std::forward<Args>(args)...); in make()2712 void *mem = ASTAllocator.allocateNodeArray(sz); in makeNodeArray()