Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DDiagnostics.cpp376 for (auto subLoc : loc.cast<FusedLoc>().getLocations()) { in getFileLineColLoc() local
377 if (auto callLoc = getFileLineColLoc(subLoc)) { in getFileLineColLoc()
393 for (auto subLoc : loc.cast<FusedLoc>().getLocations()) { in getCallSiteLoc() local
394 if (auto callLoc = getCallSiteLoc(subLoc)) { in getCallSiteLoc()