Searched refs:ExLoc (Results 1 – 2 of 2) sorted by relevance
224 PathDiagnosticLocation ExLoc = in CheckVarDecl() local226 Report(VD, dsk, ExLoc, Val->getSourceRange()); in CheckVarDecl()
4590 SMLoc ExLoc = Parser.getTok().getLoc(); in parseShifterImm() local4595 Error(ExLoc, "malformed shift expression"); in parseShifterImm()4600 Error(ExLoc, "shift amount must be an immediate"); in parseShifterImm()4652 SMLoc ExLoc = Parser.getTok().getLoc(); in parseRotImm() local4657 Error(ExLoc, "malformed rotate expression"); in parseRotImm()4662 Error(ExLoc, "rotate amount must be an immediate"); in parseRotImm()9962 SMLoc ExLoc = Parser.getTok().getLoc(); in parseDirectiveSetFP() local9965 return Error(ExLoc, "malformed setfp offset"); in parseDirectiveSetFP()9997 SMLoc ExLoc = Parser.getTok().getLoc(); in parseDirectivePad() local10000 return Error(ExLoc, "malformed pad offset"); in parseDirectivePad()[all …]