Simplify functions SVal::getAsSymbolicExpression, SVal::getAsSymExpr and SVal::getAsSymbol. After revision I concluded that getAsSymbolicExpression and getAsSymExpr repeat functionality of getAsSymbol, thus they can be removed.
Fix: Remove functions SVal::getAsSymbolicExpression and SVal::getAsSymExpr.
Oof, it's a mess!