Visitor to unmark all DataRefNodes regarding whether they are actually local var data refs. Unmarking is done by calling {@link DataRefNode#setIsLocalVarDataRef} with a value of null.
Important: Do not use outside of Soy code (treat as superpackage-private).
@see MarkLocalVarDataRefsVisitor
@author Kai Huang