Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Transforms/
H A DLocationSnapshot.cpp46 const std::pair<unsigned, unsigned> &lineCol = it->second; in generateLocationsFromIR() local
47 auto newLoc = FileLineColLoc::get(file, lineCol.first, lineCol.second); in generateLocationsFromIR()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/
H A DMLIRServer.cpp61 auto lineCol = sourceMgr.getLineAndColumn(range->End); in getLocationFromLoc() local
63 std::max(fileLoc.getColumn() + 1, lineCol.second - 1); in getLocationFromLoc()