Home
last modified time | relevance | path

Searched refs:RHSLoc (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp843 auto RHSLoc = Lex.getLoc(); in ParseSliceElement() local
849 Error(RHSLoc, in ParseSliceElement()
1920 SMLoc RHSLoc = Lex.getLoc(); in ParseOperation() local
1946 Error(RHSLoc, "could not determine type of the name list in !dag"); in ParseOperation()
1950 Error(RHSLoc, Twine("expected list<string>, got type '") + in ParseOperation()
2031 Error(RHSLoc, Twine("expected string or unset name, got type '") + in ParseOperation()
2237 SMLoc RHSLoc = Lex.getLoc(); in ParseOperationSubstr() local
2240 RHSLoc = Lex.getLoc(); in ParseOperationSubstr()
2254 Error(RHSLoc, Twine("expected value of type '") + in ParseOperationSubstr()
2325 SMLoc RHSLoc = Lex.getLoc(); in ParseOperationFind() local
[all …]