Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/
H A DCompilation.cpp282 OptSpecifier OutputOpts[] = { in initCompilationForDiagnostics() local
286 for (unsigned i = 0, e = llvm::array_lengthof(OutputOpts); i != e; ++i) { in initCompilationForDiagnostics()
287 if (TranslatedArgs->hasArg(OutputOpts[i])) in initCompilationForDiagnostics()
288 TranslatedArgs->eraseArg(OutputOpts[i]); in initCompilationForDiagnostics()