Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DDiagnostics.cpp388 static Optional<FileLineColLoc> getFileLineColLoc(Location loc) { in getFileLineColLoc() function
452 auto fileLoc = getFileLineColLoc(loc); in emitDiagnostic()
851 if (auto fileLoc = getFileLineColLoc(diag.getLocation())) in process()