Home | History | Annotate | Download | only in ast

Lines Matching refs:txt

1112   IndentedScope(AstPrinter* printer, const char* txt)
1114 ast_printer_->PrintIndented(txt);
1119 IndentedScope(AstPrinter* printer, const char* txt, int pos)
1121 ast_printer_->PrintIndented(txt);
1146 void AstPrinter::PrintIndented(const char* txt) {
1150 Print(txt);