Lines Matching refs:RHSLoc
843 auto RHSLoc = Lex.getLoc(); in ParseSliceElement() local
849 Error(RHSLoc, in ParseSliceElement()
1914 SMLoc RHSLoc = Lex.getLoc(); in ParseOperation() local
1940 Error(RHSLoc, "could not determine type of the name list in !dag"); in ParseOperation()
1944 Error(RHSLoc, Twine("expected list<string>, got type '") + in ParseOperation()
2025 Error(RHSLoc, Twine("expected string or unset name, got type '") + in ParseOperation()
2231 SMLoc RHSLoc = Lex.getLoc(); in ParseOperationSubstr() local
2234 RHSLoc = Lex.getLoc(); in ParseOperationSubstr()
2248 Error(RHSLoc, Twine("expected value of type '") + in ParseOperationSubstr()
2319 SMLoc RHSLoc = Lex.getLoc(); in ParseOperationFind() local
2322 RHSLoc = Lex.getLoc(); in ParseOperationFind()
2336 Error(RHSLoc, Twine("expected value of type '") + in ParseOperationFind()