Lines Matching refs:Program
40 globalRecordTable_(allocator, Program(), RecordTableFlags::NONE), in ETSBinder()
88 ArenaMap<parser::Program *, RecordTable *> &GetExternalRecordTable() in GetExternalRecordTable()
93 const ArenaMap<parser::Program *, RecordTable *> &GetExternalRecordTable() const in GetExternalRecordTable()
125 ArenaVector<parser::Program *> GetExternalProgram(const util::StringView &sourceName,
129 const parser::Program *importProgram,
134 const ArenaVector<parser::Program *> &recordRes,
138 const ArenaVector<parser::Program *> &recordRes);
139 …Variable *FindStaticBinding(const ArenaVector<parser::Program *> &recordRes, const ir::StringLiter…
150 void BuildExternalProgram(parser::Program *extProgram);
252 … const parser::Program *importProgram, const varbinder::GlobalScope *importGlobalScope,
257 ArenaMap<parser::Program *, RecordTable *> externalRecordTable_;