Lines Matching full:make_unique
483 llvm::make_unique<InputArgList>(std::move(Args));
1564 return llvm::make_unique<PreprocessJobAction>(std::move(Input), OutputTy);
1572 return llvm::make_unique<PrecompileJobAction>(std::move(Input), OutputTy);
1576 return llvm::make_unique<CompileJobAction>(std::move(Input),
1579 return llvm::make_unique<CompileJobAction>(std::move(Input),
1582 return llvm::make_unique<CompileJobAction>(std::move(Input),
1585 return llvm::make_unique<AnalyzeJobAction>(std::move(Input),
1588 return llvm::make_unique<MigrateJobAction>(std::move(Input),
1591 return llvm::make_unique<CompileJobAction>(std::move(Input),
1594 return llvm::make_unique<CompileJobAction>(std::move(Input),
1597 return llvm::make_unique<VerifyPCHJobAction>(std::move(Input),
1599 return llvm::make_unique<CompileJobAction>(std::move(Input),
1606 return llvm::make_unique<BackendJobAction>(std::move(Input), Output);
1611 return llvm::make_unique<BackendJobAction>(std::move(Input), Output);
1613 return llvm::make_unique<BackendJobAction>(std::move(Input),
1617 return llvm::make_unique<AssembleJobAction>(std::move(Input),