Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp6312 if (Arg *inputCharset = Args.getLastArg(options::OPT_finput_charset_EQ)) { in ConstructJob() local
6313 StringRef value = inputCharset->getValue(); in ConstructJob()
6315 D.Diag(diag::err_drv_invalid_value) << inputCharset->getAsString(Args) in ConstructJob()