Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
H A Dintercept.py35 from libscanbuild.arguments import parse_args_for_intercept_build
54 args = parse_args_for_intercept_build()
H A Darguments.py28 def parse_args_for_intercept_build(): function