Home
last modified time | relevance | path

Searched defs:bufferId (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Tools/tblgen-lsp-server/
H A DTableGenServer.cpp32 int bufferId = mgr.FindBufferContainingLoc(loc); in getURIFromLoc() local
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp41 int bufferId = mgr.FindBufferContainingLoc(loc.Start); in getURIFromLoc() local
135 int bufferId = sourceMgr.FindBufferContainingLoc(startLoc); in getDocumentationFor() local
/llvm-project-15.0.7/mlir/lib/IR/
H A DDiagnostics.cpp580 unsigned bufferId = impl->getSourceMgrBufferIDForFile(mgr, loc.getFilename()); in convertLocToSMLoc() local