Home
last modified time | relevance | path

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

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