Home
last modified time | relevance | path

Searched refs:get_includes (Results 1 – 7 of 7) 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/swiftshader/third_party/llvm-7.0/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/icu/tools/icu4c_srcgen/
Dgenutil.py231 in tunit.get_includes()]
/external/clang/bindings/python/clang/
Dcindex.py2456 def get_includes(self): member in TranslationUnit