Home
last modified time | relevance | path

Searched refs:posLoc (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/
H A DMLIRServer.cpp347 if (!isDefOrUse(def, posLoc)) in getLocationsOf()
355 if (contains(op.loc, posLoc)) in getLocationsOf()
361 if (contains(symUse, posLoc)) { in getLocationsOf()
389 SMLoc posLoc = pos.getAsSMLoc(sourceMgr); in findReferencesOf() local
393 if (contains(op.loc, posLoc)) { in findReferencesOf()
397 if (contains(symUse, posLoc)) in findReferencesOf()
405 if (!contains(symUse, posLoc)) in findReferencesOf()
419 if (isDefOrUse(arg, posLoc)) in findReferencesOf()
436 if (contains(op.loc, posLoc)) in findHover()
441 if (contains(use, posLoc)) in findHover()
[all …]
/llvm-project-15.0.7/mlir/lib/Tools/tblgen-lsp-server/
H A DTableGenServer.cpp384 SMLoc posLoc = defPos.getAsSMLoc(sourceMgr); in getLocationsOf() local
385 const TableGenIndexSymbol *symbol = index.lookup(posLoc); in getLocationsOf()
395 SMLoc posLoc = pos.getAsSMLoc(sourceMgr); in findReferencesOf() local
396 const TableGenIndexSymbol *symbol = index.lookup(posLoc); in findReferencesOf()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp462 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()
1181 SMLoc posLoc = helpPos.getAsSMLoc(sourceMgr); in getSignatureHelp() local
1182 if (!posLoc.isValid()) in getSignatureHelp()
[all …]