Searched defs:file_location (Results 1 – 2 of 2) sorted by relevance
34 struct file_location { struct35 file_location() : linenr(0) {} in file_location() function41 bool operator<(file_location const & rhs) const { argument
90 def __init__(self, file_location): argument