Home
last modified time | relevance | path

Searched refs:default_clang_path (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/test/AST/
Dgen_ast_dump_json_test.py60 def default_clang_path(): function
70 action="store", default=default_clang_path())
/external/tensorflow/
Dconfigure.py611 default_clang_path = which('clang') or ''
613 'host compiler. [Default is %s]: ') % default_clang_path
618 default_clang_path)