[clang][Interp][NFC] Refactor VisitDeclRefExpr
Make it clearer that we only need to check for variables and parameters if we don't have the easy case. Also only do the IsReference check if necessary.
Loading
Please sign in to comment
Make it clearer that we only need to check for variables and parameters if we don't have the easy case. Also only do the IsReference check if necessary.