Searched refs:LHSLoc (Results 1 – 2 of 2) sorted by relevance
135 auto *LHSLoc = Env.getStorageLocation(*LHS); in VisitBinaryOperator() local136 if (LHSLoc == nullptr) in VisitBinaryOperator()144 Env.setValue(*LHSLoc, *RHSVal); in VisitBinaryOperator()147 Env.setStorageLocation(*S, *LHSLoc); in VisitBinaryOperator()
832 auto LHSLoc = Lex.getLoc(); in ParseSliceElement() local874 Error(LHSLoc, in ParseSliceElement()908 auto LHSLoc = Lex.getLoc(); in ParseSliceElements() local916 Error(LHSLoc, in ParseSliceElements()926 Error(LHSLoc, in ParseSliceElements()2889 SMLoc LHSLoc = Lex.getLoc(); in ParseValue() local2926 Error(LHSLoc, "Invalid value, list expected"); in ParseValue()2932 Error(LHSLoc, "Type '" + Twine(LHS->getType()->getAsString()) + in ParseValue()