Home | History | Annotate | Download | only in ast

Lines Matching refs:labels

593 void AstPrinter::PrintLabels(ZonePtrList<const AstRawString>* labels) {
594 if (labels != nullptr) {
595 for (int i = 0; i < labels->length(); i++) {
596 PrintLiteral(labels->at(i), false);
752 void AstPrinter::PrintLabelsIndented(ZonePtrList<const AstRawString>* labels,
754 if (labels == nullptr || labels->length() == 0) return;
756 Print("LABELS ");
757 PrintLabels(labels);
833 PrintLabelsIndented(node->labels());
884 PrintLabelsIndented(node->target()->labels());
890 PrintLabelsIndented(node->target()->labels());
909 PrintLabelsIndented(node->labels());
926 PrintLabelsIndented(node->labels());
935 PrintLabelsIndented(node->labels());
944 PrintLabelsIndented(node->labels());
955 PrintLabelsIndented(node->labels());
965 PrintLabelsIndented(node->labels());