Searched refs:IndexLoc (Results 1 – 2 of 2) sorted by relevance
11874 SMLoc IndexLoc = Parser.getTok().getLoc(); in parseDirectivePersonalityIndex() local11902 return Error(IndexLoc, "index must be a constant number"); in parseDirectivePersonalityIndex()11904 return Error(IndexLoc, in parseDirectivePersonalityIndex()
16339 SourceLocation IndexLoc = in CheckArrayAccess() local16341 if (SourceMgr.isWrittenInSameFile(RBracketLoc, IndexLoc)) in CheckArrayAccess()