Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Query/
H A DQuerySession.h20 QuerySession(Operation * rootOp,llvm::SourceMgr & sourceMgr,unsigned bufferId,const matcher::Registry & matcherRegistry) QuerySession() argument
36 unsigned bufferId; global() variable
/llvm-project/mlir/lib/Tools/mlir-query/
H A DMlirQueryMain.cpp80 auto bufferId = sourceMgr.AddNewSourceBuffer(std::move(file), SMLoc()); in mlirQueryMain() local
/llvm-project/mlir/lib/Tools/lsp-server-support/
H A DSourceMgrUtils.cpp77 int bufferId = sourceMgr.FindBufferContainingLoc(loc); in extractSourceDocComment() local
/llvm-project/mlir/lib/Tools/tblgen-lsp-server/
H A DTableGenServer.cpp37 int bufferId = mgr.FindBufferContainingLoc(loc); getURIFromLoc() local
/llvm-project/mlir/lib/IR/
H A DDiagnostics.cpp574 unsigned bufferId = impl->getSourceMgrBufferIDForFile(mgr, loc.getFilename()); convertLocToSMLoc() local
/llvm-project/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp43 int bufferId = mgr.FindBufferContainingLoc(loc.Start); in getURIFromLoc() local