Home | History | Annotate | Download | only in src

Lines Matching refs:info

657 void AstPrinter::PrintLiteralIndented(const char* info,
660 PrintIndented(info);
667 void AstPrinter::PrintLiteralWithModeIndented(const char* info,
673 PrintLiteralIndented(info, value, true);
676 info,
691 void AstPrinter::PrintLabelsIndented(const char* info, ZoneStringList* labels) {
693 if (info == NULL) {
696 PrintIndented(info);
700 } else if (info != NULL) {
701 PrintIndented(info);