Searched refs:get_source_name (Results 1 – 7 of 7) sorted by relevance
73 sub get_source_name { subroutine75 return $self->input->get_source_name();
76 sub get_source_name { method in ANTLR::Runtime::ANTLRFileStream
123 sub get_source_name { subroutine125 return $self->input->get_source_name();
334 sub get_source_name { method in ANTLR::Runtime::CommonTokenStream336 return $self->get_token_source()->get_source_name();
217 sub get_source_name { method in ANTLR::Runtime::ANTLRStringStream
646 static PyObject *get_source_name = NULL; in warnings_warn_explicit() local655 if (get_source_name == NULL) { in warnings_warn_explicit()656 get_source_name = PyString_InternFromString("get_source"); in warnings_warn_explicit()657 if (!get_source_name) in warnings_warn_explicit()677 source = PyObject_CallMethodObjArgs(loader, get_source_name, in warnings_warn_explicit()
252 def get_source_name(trace): function