Searched refs:get_source_name (Results 1 - 6 of 6) sorted by relevance

/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DANTLRFileStream.pm76 sub get_source_name { subroutine
H A DParser.pm73 sub get_source_name { subroutine
75 return $self->input->get_source_name();
H A DCommonTokenStream.pm334 sub get_source_name { subroutine
336 return $self->get_token_source()->get_source_name();
H A DLexer.pm123 sub get_source_name { subroutine
125 return $self->input->get_source_name();
H A DANTLRStringStream.pm217 sub get_source_name { subroutine
/external/python/cpython2/Python/
H A D_warnings.c640 static PyObject *get_source_name = NULL; local
649 if (get_source_name == NULL) {
650 get_source_name = PyString_InternFromString("get_source");
651 if (!get_source_name)
671 source = PyObject_CallMethodObjArgs(loader, get_source_name,

Completed in 170 milliseconds