Searched refs:GetLineAndColumn (Results 1 – 3 of 3) sorted by relevance
131 std::pair<unsigned, unsigned> GetLineAndColumn(LocTy location) const;
395 std::pair<unsigned, unsigned> HloLexer::GetLineAndColumn(LocTy location) const { in GetLineAndColumn() function in xla::HloLexer
406 auto line_col = lexer_.GetLineAndColumn(loc); in Error()