Home
last modified time | relevance | path

Searched refs:CfgOptionsHead (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h326 std::unique_ptr<llvm::opt::InputArgList> CfgOptionsHead; variable
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1277 if (!CfgOptionsHead) in readConfigFile()
1278 CfgOptionsHead = std::move(NewHeadOptions); in readConfigFile()
1282 appendOneArg(*CfgOptionsHead, Opt); in readConfigFile()
1501 bool HasConfigFileHead = !ContainsError && CfgOptionsHead; in BuildCompilation()
1506 HasConfigFileHead ? std::move(*CfgOptionsHead) : std::move(*CLOptions); in BuildCompilation()