Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1154 for (const auto &configVal : configVals) { in ParseAnalyzerArgs() local
1156 std::tie(key, val) = configVal.split("="); in ParseAnalyzerArgs()
1159 diag::err_analyzer_config_no_value) << configVal; in ParseAnalyzerArgs()
1165 << configVal; in ParseAnalyzerArgs()