Home
last modified time | relevance | path

Searched refs:rangeLoc (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/
H A DProtocol.cpp490 SMRange rangeLoc = range->getAsSMRange(tmpScrMgr); in applyTo() local
491 if (!rangeLoc.isValid()) in applyTo()
494 contents.replace(rangeLoc.Start.getPointer() - contents.data(), in applyTo()
495 rangeLoc.End.getPointer() - rangeLoc.Start.getPointer(), in applyTo()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp1223 SMRange rangeLoc = range.getAsSMRange(sourceMgr); in getInlayHints() local
1224 if (!rangeLoc.isValid()) in getInlayHints()
1230 if (!contains(rangeLoc, loc.Start) && !contains(rangeLoc, loc.End)) in getInlayHints()