IndentFor          79 tools/gn/parse_tree.cc   out << IndentFor(indent) << "ACCESSOR\n";
IndentFor          80 tools/gn/parse_tree.cc   out << IndentFor(indent + 1) << base_.value() << "\n";
IndentFor         194 tools/gn/parse_tree.cc   out << IndentFor(indent) << "BINARY(" << op_.value() << ")\n";
IndentFor         243 tools/gn/parse_tree.cc   out << IndentFor(indent) << "BLOCK\n";
IndentFor         319 tools/gn/parse_tree.cc   out << IndentFor(indent) << "CONDITION\n";
IndentFor         354 tools/gn/parse_tree.cc   out << IndentFor(indent) << "FUNCTION(" << function_.value() << ")\n";
IndentFor         394 tools/gn/parse_tree.cc   out << IndentFor(indent) << "IDENTIFIER(" << value_.value() << ")\n";
IndentFor         440 tools/gn/parse_tree.cc   out << IndentFor(indent) << "LIST\n";
IndentFor         495 tools/gn/parse_tree.cc   out << IndentFor(indent) << "LITERAL(" << value_.value() << ")\n";
IndentFor         527 tools/gn/parse_tree.cc   out << IndentFor(indent) << "UNARY(" << op_.value() << ")\n";