Home
last modified time | relevance | path

Searched refs:scopeAllocator (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Tools/PDLL/Parser/
H A DParser.cpp101 new (scopeAllocator.Allocate()) ast::DeclScope(curDeclScope); in pushDeclScope()
552 llvm::SpecificBumpPtrAllocator<ast::DeclScope> scopeAllocator; member in __anonbc0fc15d0111::Parser