Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DTextDiagnosticPrinter.cpp83 StringRef OptValue = Info.getDiags()->getFlagValue(); in printDiagnosticOptions() local
84 if (!OptValue.empty()) in printDiagnosticOptions()
85 OS << "=" << OptValue; in printDiagnosticOptions()