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

  /src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py 132 # We only support PathLike objects on Python version with os.fspath present
134 # we only support strings and we have dummy fspath to just pass them through.
136 fspath = os.fspath variable
138 def fspath(x): function
2825 unsaved_array[i].name = b(fspath(name))
2830 fspath(filename) if filename is not None else None,
2858 ptr = conf.lib.clang_createTranslationUnit(index, fspath(filename))
3007 unsaved_files_array[i].name = b(fspath(name))
3029 result = int(conf.lib.clang_saveTranslationUnit(self, fspath(filename)
    [all...]
cindex.py 132 # We only support PathLike objects on Python version with os.fspath present
134 # we only support strings and we have dummy fspath to just pass them through.
136 fspath = os.fspath variable
138 def fspath(x): function
2825 unsaved_array[i].name = b(fspath(name))
2830 fspath(filename) if filename is not None else None,
2858 ptr = conf.lib.clang_createTranslationUnit(index, fspath(filename))
3007 unsaved_files_array[i].name = b(fspath(name))
3029 result = int(conf.lib.clang_saveTranslationUnit(self, fspath(filename)
    [all...]

Completed in 47 milliseconds