Searched refs:defPos (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Tools/tblgen-lsp-server/ |
| H A D | TableGenServer.cpp | 258 void getLocationsOf(const lsp::URIForFile &uri, const lsp::Position &defPos, 382 const lsp::Position &defPos, in getLocationsOf() argument 384 SMLoc posLoc = defPos.getAsSMLoc(sourceMgr); in getLocationsOf() 493 const Position &defPos, in getLocationsOf() argument 497 fileIt->second->getLocationsOf(uri, defPos, locations); in getLocationsOf()
|
| H A D | TableGenServer.h | 65 void getLocationsOf(const URIForFile &uri, const Position &defPos,
|
| /llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/ |
| H A D | MLIRServer.cpp | 249 void getLocationsOf(const lsp::URIForFile &uri, const lsp::Position &defPos, 341 const lsp::Position &defPos, in getLocationsOf() argument 343 SMLoc posLoc = defPos.getAsSMLoc(sourceMgr); in getLocationsOf() 890 void getLocationsOf(const lsp::URIForFile &uri, lsp::Position defPos, 968 lsp::Position defPos, in getLocationsOf() argument 970 MLIRTextFileChunk &chunk = getChunkFor(defPos); in getLocationsOf() 971 chunk.document.getLocationsOf(uri, defPos, locations); in getLocationsOf() 1173 const Position &defPos, in getLocationsOf() argument 1177 fileIt->second->getLocationsOf(uri, defPos, locations); in getLocationsOf()
|
| H A D | MLIRServer.h | 52 void getLocationsOf(const URIForFile &uri, const Position &defPos,
|
| /llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/ |
| H A D | PDLLServer.h | 73 void getLocationsOf(const URIForFile &uri, const Position &defPos,
|
| H A D | PDLLServer.cpp | 316 void getLocationsOf(const lsp::URIForFile &uri, const lsp::Position &defPos, 460 const lsp::Position &defPos, in getLocationsOf() argument 462 SMLoc posLoc = defPos.getAsSMLoc(sourceMgr); in getLocationsOf() 1435 void getLocationsOf(const lsp::URIForFile &uri, lsp::Position defPos, 1509 lsp::Position defPos, in getLocationsOf() argument 1511 PDLTextFileChunk &chunk = getChunkFor(defPos); in getLocationsOf() 1512 chunk.document.getLocationsOf(uri, defPos, locations); in getLocationsOf() 1793 const Position &defPos, in getLocationsOf() argument 1797 fileIt->second->getLocationsOf(uri, defPos, locations); in getLocationsOf()
|