Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp5334 ActionList NewInputs; in combineWithPreprocessor() local
5338 NewInputs.push_back(A); in combineWithPreprocessor()
5346 NewInputs.append(PJ->input_begin(), PJ->input_end()); in combineWithPreprocessor()
5348 Inputs = NewInputs; in combineWithPreprocessor()