Searched refs:IndexLoc (Results 1 – 3 of 3) sorted by relevance
1956 SMLoc IndexLoc, BaseLoc; in ParseMemOperand() local1971 IndexLoc = Parser.getTok().getLoc(); in ParseMemOperand()2051 Error(IndexLoc, "16-bit memory operand may not include only index register"); in ParseMemOperand()
9630 SMLoc IndexLoc = Parser.getTok().getLoc(); in parseDirectivePersonalityIndex() local9639 Error(IndexLoc, "index must be a constant number"); in parseDirectivePersonalityIndex()9645 Error(IndexLoc, "personality routine index should be in range [0-3]"); in parseDirectivePersonalityIndex()
8625 SourceLocation IndexLoc = SourceMgr.getSpellingLoc( in CheckArrayAccess() local8627 if (SourceMgr.isWrittenInSameFile(RBracketLoc, IndexLoc)) in CheckArrayAccess()