Lines Matching refs:ArgValue
1935 /// \brief Create output filename based on ArgValue, which could either be a
1936 /// full filename, filename without extension, or a directory. If ArgValue
1939 static const char *MakeCLOutputFilename(const ArgList &Args, StringRef ArgValue,
1942 SmallString<128> Filename = ArgValue;
1944 if (ArgValue.empty()) {
1952 if (!llvm::sys::path::has_extension(ArgValue)) {