Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h293 std::unique_ptr<llvm::opt::InputArgList> CfgOptions; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1026 if (!CfgOptions) in readConfigFile()
1027 CfgOptions = std::move(NewOptions); in readConfigFile()
1034 appendOneArg(*CfgOptions, Opt, BaseArg); in readConfigFile()
1213 bool HasConfigFile = !ContainsError && (CfgOptions.get() != nullptr); in BuildCompilation()
1216 InputArgList Args = std::move(HasConfigFile ? std::move(*CfgOptions) in BuildCompilation()