reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2403 ASTAllocator.reset(); 2407 return ASTAllocator.template makeNode<T>(std::forward<Args>(args)...); 2412 void *mem = ASTAllocator.allocateNodeArray(sz);lib/Support/ItaniumManglingCanonicalizer.cpp
238 auto &Alloc = P->Demangler.ASTAllocator; 312 P->Demangler.ASTAllocator.setCreateNewNodes(true); 319 P->Demangler.ASTAllocator.setCreateNewNodes(false);