Lines Matching refs:PCHContainerOps
132 std::shared_ptr<PCHContainerOperations> PCHContainerOps) { in runToolOnCode() argument
135 std::move(PCHContainerOps)); in runToolOnCode()
161 std::shared_ptr<PCHContainerOperations> PCHContainerOps) { in runToolOnCodeWithArgs() argument
171 std::move(PCHContainerOps)); in runToolOnCodeWithArgs()
179 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runToolOnCodeWithArgs() argument
265 FileManager *Files, std::shared_ptr<PCHContainerOperations> PCHContainerOps) in ToolInvocation() argument
267 Files(Files), PCHContainerOps(std::move(PCHContainerOps)) {} in ToolInvocation()
271 FileManager *Files, std::shared_ptr<PCHContainerOperations> PCHContainerOps) in ToolInvocation() argument
274 Files(Files), PCHContainerOps(std::move(PCHContainerOps)) {} in ToolInvocation()
331 std::move(PCHContainerOps)); in run()
337 std::shared_ptr<PCHContainerOperations> PCHContainerOps) { in runInvocation() argument
346 std::move(PCHContainerOps), DiagConsumer); in runInvocation()
351 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runInvocation() argument
354 CompilerInstance Compiler(std::move(PCHContainerOps)); in runInvocation()
378 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in ClangTool() argument
381 PCHContainerOps(std::move(PCHContainerOps)), in ClangTool()
516 PCHContainerOps); in run()
546 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runInvocation() argument
549 Invocation, std::move(PCHContainerOps), in runInvocation()
578 std::shared_ptr<PCHContainerOperations> PCHContainerOps) { in buildASTFromCode() argument
580 "clang-tool", std::move(PCHContainerOps)); in buildASTFromCode()
585 StringRef ToolName, std::shared_ptr<PCHContainerOperations> PCHContainerOps, in buildASTFromCodeWithArgs() argument
599 &Action, Files.get(), std::move(PCHContainerOps)); in buildASTFromCodeWithArgs()