Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp12288 SMLoc IndexLoc = Parser.getTok().getLoc(); in parseDirectivePersonalityIndex() local
12316 return Error(IndexLoc, "index must be a constant number"); in parseDirectivePersonalityIndex()
12318 return Error(IndexLoc, in parseDirectivePersonalityIndex()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp13233 SourceLocation IndexLoc = in CheckArrayAccess() local
13235 if (SourceMgr.isWrittenInSameFile(RBracketLoc, IndexLoc)) in CheckArrayAccess()