Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DCompilation.cpp277 OptSpecifier OutputOpts[] = { in initCompilationForDiagnostics() local
281 for (unsigned i = 0, e = llvm::array_lengthof(OutputOpts); i != e; ++i) { in initCompilationForDiagnostics()
282 if (TranslatedArgs->hasArg(OutputOpts[i])) in initCompilationForDiagnostics()
283 TranslatedArgs->eraseArg(OutputOpts[i]); in initCompilationForDiagnostics()