Home
last modified time | relevance | path

Searched refs:IndexLoc (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11845 SMLoc IndexLoc = Parser.getTok().getLoc(); in parseDirectivePersonalityIndex() local
11873 return Error(IndexLoc, "index must be a constant number"); in parseDirectivePersonalityIndex()
11875 return Error(IndexLoc, in parseDirectivePersonalityIndex()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp16061 SourceLocation IndexLoc = in CheckArrayAccess() local
16063 if (SourceMgr.isWrittenInSameFile(RBracketLoc, IndexLoc)) in CheckArrayAccess()