Searched refs:IndexLoc (Results 1 – 3 of 3) sorted by relevance
1887 SMLoc IndexLoc, BaseLoc; in ParseMemOperand() local1902 IndexLoc = Parser.getTok().getLoc(); in ParseMemOperand()1981 Error(IndexLoc, "16-bit memory operand may not include only index register"); in ParseMemOperand()
9699 SMLoc IndexLoc = Parser.getTok().getLoc(); in parseDirectivePersonalityIndex() local9708 Error(IndexLoc, "index must be a constant number"); in parseDirectivePersonalityIndex()9714 Error(IndexLoc, "personality routine index should be in range [0-3]"); in parseDirectivePersonalityIndex()
7998 SourceLocation IndexLoc = SourceMgr.getSpellingLoc( in CheckArrayAccess() local8000 if (SourceMgr.isWrittenInSameFile(RBracketLoc, IndexLoc)) in CheckArrayAccess()