Searched refs:CIOpts (Results 1 – 2 of 2) sorted by relevance
718 clang::CreateInvocationOptions CIOpts; in Create() local719 CIOpts.Diags = diagnostics_engine; in Create()722 std::move(CIOpts)); in Create()
1788 CreateInvocationOptions CIOpts; in LoadFromCommandLine() local1789 CIOpts.VFS = VFS; in LoadFromCommandLine()1790 CIOpts.Diags = Diags; in LoadFromCommandLine()1791 CIOpts.ProbePrecompiled = true; // FIXME: historical default. Needed? in LoadFromCommandLine()1792 CI = createInvocation(llvm::ArrayRef(ArgBegin, ArgEnd), std::move(CIOpts)); in LoadFromCommandLine()