ae404442ca
Main goal here is to isolate some code that was treating parameter declarations differently from other SimpleIdentifiers. (We're going to need to emit generic method instantiations for SimpleIdentifiers in some cases, so it's going to be important to split out parameters from other expressions) R=vsm@google.com Review URL: https://codereview.chromium.org/1744453002 .