IsAssignment      410 tools/gn/parser.cc       if (stmt->AsFunctionCall() || IsAssignment(stmt.get()))
IsAssignment      448 tools/gn/parser.cc   if (IsAssignment(condition->condition()))
IsAssignment       76 tools/gn/parser.h   bool IsAssignment(const ParseNode* node) const;