[basic.def.odr] p10 says
where *this is considered to be introduced within the innermost enclosing class or non-lambda function definition scope
And the comment in the example after this rule also refers to "function definition scope"
error: n is not odr-usable due to intervening function definition scope
In the subclause [basic.scope], we do not define "function definition scope", we just have function parameter scope. Does "function definition scope" intend to refer to function parameter scope instead?