Searched refs:get_source_name (Results 1 – 6 of 6) sorted by relevance
73 sub get_source_name { method in ANTLR::Runtime::Parser75 return $self->input->get_source_name();
76 sub get_source_name { subroutine
334 sub get_source_name { method in ANTLR::Runtime::CommonTokenStream336 return $self->get_token_source()->get_source_name();
123 sub get_source_name { method in ANTLR::Runtime::Lexer125 return $self->input->get_source_name();
217 sub get_source_name { method in ANTLR::Runtime::ANTLRStringStream
640 static PyObject *get_source_name = NULL; in warnings_warn_explicit() local649 if (get_source_name == NULL) { in warnings_warn_explicit()650 get_source_name = PyString_InternFromString("get_source"); in warnings_warn_explicit()651 if (!get_source_name) in warnings_warn_explicit()671 source = PyObject_CallMethodObjArgs(loader, get_source_name, in warnings_warn_explicit()