Variable IfCondition.scope_

In an assignment-condition, this is true if scope is used to construct the variable.

class IfCondition
{
  // ...
  bool scope_ ;
  // ...
}