Searched refs:from_ast_file (Results 1 - 2 of 2) sorted by relevance

/external/clang/bindings/python/tests/cindex/
H A Dtest_translation_unit.py137 tu2 = TranslationUnit.from_ast_file(filename=path)
248 tu = TranslationUnit.from_ast_file(path)
/external/clang/bindings/python/clang/
H A Dcindex.py2126 return TranslationUnit.from_ast_file(path, self)
2259 def from_ast_file(cls, filename, index=None): member in class:TranslationUnit

Completed in 391 milliseconds