Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DDriver.h513 std::string GetClPchPath(Compilation &C, StringRef BaseName) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DDriver.cpp4307 NamedOutput = C.getArgs().MakeArgString(GetClPchPath(C, BaseName)); in GetNamedOutputPath()
4493 std::string Driver::GetClPchPath(Compilation &C, StringRef BaseName) const { in GetClPchPath() function in Driver
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DClang.cpp1142 CmdArgs.push_back(Args.MakeArgString(D.GetClPchPath( in AddPreprocessingOptions()