Searched refs:call_loc (Results 1 – 2 of 2) sorted by relevance
72 } else if (auto call_loc = curr_loc.dyn_cast<CallSiteLoc>()) { in GetNameFromLoc() local74 locs.push_back(call_loc.getCallee()); in GetNameFromLoc()
88 call_loc = origin_info.LineLocation('test_filename', 3)89 self.assertIn(call_loc, source_map)90 self.assertEqual(source_map[call_loc].loc.lineno, fn_start + 2)91 self.assertEqual(source_map[call_loc].loc.filename, module_path)92 self.assertEqual(source_map[call_loc].function_name,94 self.assertEqual(source_map[call_loc].source_code_line, ' return range(')