Lines Matching refs:PCHContainerOps
104 std::shared_ptr<PCHContainerOperations> PCHContainerOps) { in runToolOnCode() argument
106 FileName, PCHContainerOps); in runToolOnCode()
123 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runToolOnCodeWithArgs() argument
136 ToolAction, Files.get(), PCHContainerOps); in runToolOnCodeWithArgs()
207 FileManager *Files, std::shared_ptr<PCHContainerOperations> PCHContainerOps) in ToolInvocation() argument
209 Files(Files), PCHContainerOps(PCHContainerOps), DiagConsumer(nullptr) {} in ToolInvocation()
213 FileManager *Files, std::shared_ptr<PCHContainerOperations> PCHContainerOps) in ToolInvocation() argument
216 Files(Files), PCHContainerOps(PCHContainerOps), DiagConsumer(nullptr) {} in ToolInvocation()
263 PCHContainerOps); in run()
269 std::shared_ptr<PCHContainerOperations> PCHContainerOps) { in runInvocation() argument
277 return Action->runInvocation(Invocation, Files, PCHContainerOps, in runInvocation()
283 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runInvocation() argument
286 clang::CompilerInstance Compiler(PCHContainerOps); in runInvocation()
310 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in ClangTool() argument
312 PCHContainerOps(PCHContainerOps), in ClangTool()
419 PCHContainerOps); in run()
446 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runInvocation() argument
449 Invocation, PCHContainerOps, in runInvocation()
471 std::shared_ptr<PCHContainerOperations> PCHContainerOps) { in buildASTFromCode() argument
473 PCHContainerOps); in buildASTFromCode()
479 std::shared_ptr<PCHContainerOperations> PCHContainerOps) { in buildASTFromCodeWithArgs() argument
493 Files.get(), PCHContainerOps); in buildASTFromCodeWithArgs()