Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp398 static Arg *MakeInputArg(DerivedArgList &Args, const OptTable &Opts, in MakeInputArg() function
487 DAL->append(MakeInputArg(*DAL, Opts, Val, false)); in TranslateInputArgs()
2791 Arg *InputArg = MakeInputArg(Args, Opts, A->getValue()); in BuildInputs()
2799 Arg *InputArg = MakeInputArg(Args, Opts, A->getValue()); in BuildInputs()
2838 Arg *A = MakeInputArg(Args, Opts, "-"); in BuildInputs()