Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
HDARMAsmParser.cpp11331 SMLoc IndexLoc = Parser.getTok().getLoc(); in parseDirectivePersonalityIndex() local
11361 return Error(IndexLoc, "index must be a constant number"); in parseDirectivePersonalityIndex()
11363 return Error(IndexLoc, in parseDirectivePersonalityIndex()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaChecking.cpp13588 SourceLocation IndexLoc = in CheckArrayAccess() local
13590 if (SourceMgr.isWrittenInSameFile(RBracketLoc, IndexLoc)) in CheckArrayAccess()