reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Driver/Driver.cpp
 4681     Output = FpArg->getValue();
 4685     if (!llvm::sys::path::has_extension(Output))
 4686       Output += ".pch";
 4689       Output = YcArg->getValue();
 4690     if (Output.empty())
 4691       Output = BaseName;
 4692     llvm::sys::path::replace_extension(Output, ".pch");
 4694   return Output.str();