Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1245 SmallVector<const char *, 16> CLModePassThroughArgList; in BuildCompilation() local
1248 CLModePassThroughArgList.push_back(A->getValue()); in BuildCompilation()
1251 if (!CLModePassThroughArgList.empty()) { in BuildCompilation()
1255 ParseArgStrings(CLModePassThroughArgList, /*UseDriverMode=*/false, in BuildCompilation()