HomeSort by: relevance | last modified time | path
    Searched refs:from_ast_file (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
test_translation_unit.py 201 tu2 = TranslationUnit.from_ast_file(filename=path)
217 tu2 = TranslationUnit.from_ast_file(filename=str_to_path(path))
335 tu = TranslationUnit.from_ast_file(path)
  /src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py 2706 return TranslationUnit.from_ast_file(path, self)
2841 def from_ast_file(cls, filename, index=None): member in class:TranslationUnit

Completed in 18 milliseconds