Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/bindings/python/examples/cindex/
H A Dcindex-includes.py43 for i in tu.get_includes():
/openbsd-src/gnu/llvm/llvm/utils/
H A Dllvm-compilers-check316 def get_includes(self): member in Builder
362 cxxincludes = self.get_includes()
/openbsd-src/gnu/llvm/clang/bindings/python/tests/cindex/
H A Dtest_translation_unit.py144 for i in zip(inc, tu.get_includes()):
/openbsd-src/gnu/llvm/clang/bindings/python/clang/
H A Dcindex.py2944 def get_includes(self): member in TranslationUnit