Home
last modified time | relevance | path

Searched refs:get_filename_from_tu (Results 1 – 1 of 1) sorted by relevance

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_src_pos.py123 def get_filename_from_tu(cls, tu: clx.TranslationUnit) -> clx.File: member in SourceLocation
161 return cls(clx.SourceLocation.from_position(tu, cls.get_filename_from_tu(tu), line, col), tu=tu)
436 filename = SourceLocation.get_filename_from_tu(tu)