Home
last modified time | relevance | path

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

/external/clang/bindings/python/examples/cindex/
Dcindex-includes.py44 for i in tu.get_includes():
/external/llvm/utils/
Dllvm-compilers-check317 def get_includes(self): member in Builder
363 cxxincludes = self.get_includes()
/external/clang/bindings/python/tests/cindex/
Dtest_translation_unit.py89 for i in zip(inc, tu.get_includes()):
/external/swiftshader/third_party/LLVM/utils/
Dllvmbuild361 def get_includes(self):
411 cxxincludes = self.get_includes()
/external/clang/bindings/python/clang/
Dcindex.py2456 def get_includes(self): member in TranslationUnit