Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h698 std::string GetClPchPath(Compilation &C, StringRef BaseName) const;
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp6060 NamedOutput = C.getArgs().MakeArgString(GetClPchPath(C, BaseName)); in GetNamedOutputPath()
6320 std::string Driver::GetClPchPath(Compilation &C, StringRef BaseName) const { in GetClPchPath() function in Driver
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp1123 CmdArgs.push_back(Args.MakeArgString(D.GetClPchPath( in AddPreprocessingOptions()