Lines Matching refs:posLoc
462 SMLoc posLoc = defPos.getAsSMLoc(sourceMgr); in getLocationsOf() local
463 const PDLIndexSymbol *symbol = index.lookup(posLoc); in getLocationsOf()
473 SMLoc posLoc = pos.getAsSMLoc(sourceMgr); in findReferencesOf() local
474 const PDLIndexSymbol *symbol = index.lookup(posLoc); in findReferencesOf()
499 SMLoc posLoc = hoverPos.getAsSMLoc(sourceMgr); in findHover() local
508 const PDLIndexSymbol *symbol = index.lookup(posLoc, &hoverRange); in findHover()
1026 SMLoc posLoc = completePos.getAsSMLoc(sourceMgr); in getCodeCompletion() local
1027 if (!posLoc.isValid()) in getCodeCompletion()
1034 LSPCodeCompleteContext lspCompleteContext(posLoc, sourceMgr, completionList, in getCodeCompletion()
1181 SMLoc posLoc = helpPos.getAsSMLoc(sourceMgr); in getSignatureHelp() local
1182 if (!posLoc.isValid()) in getSignatureHelp()
1189 LSPSignatureHelpContext completeContext(posLoc, sourceMgr, signatureHelp, in getSignatureHelp()