Searched defs:FileLineColLoc (Results 1 – 4 of 4) sorted by relevance
28 auto FileLineColLoc = mlir::FileLineColLoc::get(&Context, "file", 7, 8); variable
21 class FileLineColLoc; variable
20 class FileLineColLoc; variable
550 .Case([&](FileLineColLoc) -> Optional<Location> { return loc; }) in findLocToShow() argument