Lines Matching defs:posLoc
418 SMLoc posLoc = defPos.getAsSMLoc(sourceMgr);
419 const PDLIndexSymbol *symbol = index.lookup(posLoc);
429 SMLoc posLoc = pos.getAsSMLoc(sourceMgr);
430 const PDLIndexSymbol *symbol = index.lookup(posLoc);
456 SMLoc posLoc = hoverPos.getAsSMLoc(sourceMgr);
465 const PDLIndexSymbol *symbol = index.lookup(posLoc, &hoverRange);
981 SMLoc posLoc = completePos.getAsSMLoc(sourceMgr);
982 if (!posLoc.isValid())
989 LSPCodeCompleteContext lspCompleteContext(posLoc, sourceMgr, completionList,
1137 SMLoc posLoc = helpPos.getAsSMLoc(sourceMgr);
1138 if (!posLoc.isValid())
1145 LSPSignatureHelpContext completeContext(posLoc, sourceMgr, signatureHelp,