Lines Matching full:slot
294 void PrettyPrinter::VisitSlot(Slot* node) {
296 case Slot::PARAMETER:
299 case Slot::LOCAL:
302 case Slot::CONTEXT:
305 case Slot::LOOKUP:
999 void AstPrinter::VisitSlot(Slot* node) {
1000 PrintIndented("SLOT ");
1002 case Slot::PARAMETER:
1005 case Slot::LOCAL:
1008 case Slot::CONTEXT:
1011 case Slot::LOOKUP:
1340 void JsonAstBuilder::VisitSlot(Slot* expr) {
1341 TagScope tag(this, "Slot");
1345 case Slot::PARAMETER:
1348 case Slot::LOCAL:
1351 case Slot::CONTEXT:
1354 case Slot::LOOKUP: