Searched refs:InputTypeArg (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp2112 Arg *InputTypeArg = nullptr; local
2117 InputTypeArg = TCTP;
2148 if (InputTypeArg)
2149 InputTypeArg->claim();
2210 assert(InputTypeArg && "InputType set w/o InputTypeArg");
2211 if (!InputTypeArg->getOption().matches(options::OPT_x)) {
2220 InputTypeArg->claim();
2249 InputTypeArg = A;

Completed in 81 milliseconds