Lines Matching full:argvalue
2136 /// \brief Create output filename based on ArgValue, which could either be a
2137 /// full filename, filename without extension, or a directory. If ArgValue
2140 static const char *MakeCLOutputFilename(const ArgList &Args, StringRef ArgValue,
2143 SmallString<128> Filename = ArgValue;
2145 if (ArgValue.empty()) {
2153 if (!llvm::sys::path::has_extension(ArgValue)) {