Searched defs:programAllocator (Results 1 – 4 of 4) sorted by relevance
23 Checker::Checker(util::DiagnosticEngine &diagnosticEngine, ArenaAllocator *programAllocator) in Checker()
124 …hecker(util::DiagnosticEngine &diagnosticEngine, [[maybe_unused]] ArenaAllocator *programAllocator) in TSChecker()
54 ETSChecker::ETSChecker(util::DiagnosticEngine &diagnosticEngine, ArenaAllocator *programAllocator) in ETSChecker()
308 auto *const programAllocator = checker->ProgramAllocator(); in InitializeGlobalBuiltinObjectType() local