Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
H A Dtest_translation_unit.py155 …inclusion_directive_files = [c.get_included_file().name for c in tu.cursor.get_children() if c.kin…
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py1532 def get_included_file(self): member in Cursor