Searched refs:ExLoc (Results 1 – 2 of 2) sorted by relevance
283 PathDiagnosticLocation ExLoc = in CheckVarDecl() local285 Report(VD, dsk, ExLoc, Val->getSourceRange()); in CheckVarDecl()
5336 SMLoc ExLoc = Parser.getTok().getLoc(); in parseShifterImm() local5341 Error(ExLoc, "malformed shift expression"); in parseShifterImm()5346 Error(ExLoc, "shift amount must be an immediate"); in parseShifterImm()5398 SMLoc ExLoc = Parser.getTok().getLoc(); in parseRotImm() local5403 Error(ExLoc, "malformed rotate expression"); in parseRotImm()5408 Error(ExLoc, "rotate amount must be an immediate"); in parseRotImm()11618 SMLoc ExLoc = Parser.getTok().getLoc(); in parseDirectiveSetFP() local11621 return Error(ExLoc, "malformed setfp offset"); in parseDirectiveSetFP()11653 SMLoc ExLoc = Parser.getTok().getLoc(); in parseDirectivePad() local11656 return Error(ExLoc, "malformed pad offset"); in parseDirectivePad()[all …]