Home
last modified time | relevance | path

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

/external/llvm-project/clang/tools/scan-build-py/libscanbuild/
Dintercept.py35 from libscanbuild.arguments import parse_args_for_intercept_build
54 args = parse_args_for_intercept_build()
Darguments.py28 def parse_args_for_intercept_build(): function