Searched refs:call_loc (Results 1 – 2 of 2) sorted by relevance
84 call_loc = origin_info.LineLocation('test_filename', 3)85 self.assertIn(call_loc, source_map)86 self.assertEqual(source_map[call_loc].loc.lineno, 55)87 self.assertEqual(source_map[call_loc].loc.filename, module_path)88 self.assertEqual(source_map[call_loc].function_name,90 self.assertEqual(source_map[call_loc].source_code_line, ' return range(')
122 } else if (auto call_loc = curr_loc.dyn_cast<mlir::CallSiteLoc>()) { in GetNameFromLoc() local125 if (auto name_loc = call_loc.getCallee().dyn_cast<mlir::NameLoc>()) { in GetNameFromLoc()