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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1037 SmallVector<const char *, 16> CLModePassThroughArgList; local
1040 CLModePassThroughArgList.push_back(A->getValue());
1043 if (!CLModePassThroughArgList.empty()) {
1047 ParseArgStrings(CLModePassThroughArgList, false, ContainsError));

Completed in 63 milliseconds