Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DCompilerInvocation.cpp964 StringRef ShowCategory = in ParseDiagnosticArgs() local
966 if (ShowCategory == "none") in ParseDiagnosticArgs()
968 else if (ShowCategory == "id") in ParseDiagnosticArgs()
970 else if (ShowCategory == "name") in ParseDiagnosticArgs()
977 << ShowCategory; in ParseDiagnosticArgs()