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()
5253 SMLoc ExLoc = Parser.getTok().getLoc(); in parseShifterImm() local5258 return Error(ExLoc, "malformed shift expression"); in parseShifterImm()5261 return Error(ExLoc, "shift amount must be an immediate"); in parseShifterImm()5302 SMLoc ExLoc = Parser.getTok().getLoc(); in parseRotImm() local5307 return Error(ExLoc, "malformed rotate expression"); in parseRotImm()5310 return Error(ExLoc, "rotate amount must be an immediate"); in parseRotImm()11847 SMLoc ExLoc = Parser.getTok().getLoc(); in parseDirectiveSetFP() local11850 return Error(ExLoc, "malformed setfp offset"); in parseDirectiveSetFP()11882 SMLoc ExLoc = Parser.getTok().getLoc(); in parseDirectivePad() local11885 return Error(ExLoc, "malformed pad offset"); in parseDirectivePad()[all …]