Searched refs:ExLoc (Results 1 – 2 of 2) sorted by relevance
280 PathDiagnosticLocation ExLoc = in CheckVarDecl() local282 Report(VD, dsk, ExLoc, Val->getSourceRange()); in CheckVarDecl()
5355 SMLoc ExLoc = Parser.getTok().getLoc(); in parseShifterImm() local5360 Error(ExLoc, "malformed shift expression"); in parseShifterImm()5365 Error(ExLoc, "shift amount must be an immediate"); in parseShifterImm()5417 SMLoc ExLoc = Parser.getTok().getLoc(); in parseRotImm() local5422 Error(ExLoc, "malformed rotate expression"); in parseRotImm()5427 Error(ExLoc, "rotate amount must be an immediate"); in parseRotImm()11665 SMLoc ExLoc = Parser.getTok().getLoc(); in parseDirectiveSetFP() local11668 return Error(ExLoc, "malformed setfp offset"); in parseDirectiveSetFP()11700 SMLoc ExLoc = Parser.getTok().getLoc(); in parseDirectivePad() local11703 return Error(ExLoc, "malformed pad offset"); in parseDirectivePad()[all …]