Home
last modified time | relevance | path

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

/external/llvm-project/clang/bindings/python/examples/cindex/
Dcindex-includes.py43 for i in tu.get_includes():
/external/clang/bindings/python/examples/cindex/
Dcindex-includes.py44 for i in tu.get_includes():
/external/clang/bindings/python/tests/cindex/
Dtest_translation_unit.py89 for i in zip(inc, tu.get_includes()):
/external/llvm-project/llvm/utils/
Dllvm-compilers-check316 def get_includes(self): member in Builder
362 cxxincludes = self.get_includes()
/external/llvm/utils/
Dllvm-compilers-check317 def get_includes(self): member in Builder
363 cxxincludes = self.get_includes()
/external/icu/tools/icu4c_srcgen/
Dgenutil.py282 in tunit.get_includes()]
/external/llvm-project/clang/bindings/python/tests/cindex/
Dtest_translation_unit.py144 for i in zip(inc, tu.get_includes()):
/external/clang/bindings/python/clang/
Dcindex.py2456 def get_includes(self): member in TranslationUnit
/external/llvm-project/clang/bindings/python/clang/
Dcindex.py2887 def get_includes(self): member in TranslationUnit