Lines Matching refs:PCHContainerOps

1097 bool ASTUnit::Parse(std::shared_ptr<PCHContainerOperations> PCHContainerOps,  in Parse()  argument
1117 new CompilerInstance(std::move(PCHContainerOps))); in Parse()
1294 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in getMainBufferWithPrecompiledPreamble() argument
1370 PCHContainerOps, /*StoreInMemory=*/false, Callbacks); in getMainBufferWithPrecompiledPreamble()
1504 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCompilerInvocationAction() argument
1548 new CompilerInstance(std::move(PCHContainerOps))); in LoadFromCompilerInvocationAction()
1640 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCompilerInvocation() argument
1658 getMainBufferWithPrecompiledPreamble(PCHContainerOps, *Invocation, VFS); in LoadFromCompilerInvocation()
1670 return Parse(std::move(PCHContainerOps), std::move(OverrideMainBuffer), VFS); in LoadFromCompilerInvocation()
1675 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCompilerInvocation() argument
1703 if (AST->LoadFromCompilerInvocation(std::move(PCHContainerOps), in LoadFromCompilerInvocation()
1712 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCommandLine() argument
1792 if (AST->LoadFromCompilerInvocation(std::move(PCHContainerOps), in LoadFromCommandLine()
1807 bool ASTUnit::Reparse(std::shared_ptr<PCHContainerOperations> PCHContainerOps, in Reparse() argument
1839 getMainBufferWithPrecompiledPreamble(PCHContainerOps, *Invocation, VFS); in Reparse()
1850 Parse(std::move(PCHContainerOps), std::move(OverrideMainBuffer), VFS); in Reparse()
2123 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in CodeComplete() argument
2162 new CompilerInstance(PCHContainerOps)); in CodeComplete()
2236 PCHContainerOps, Inv, &FileMgr.getVirtualFileSystem(), false, Line - 1); in CodeComplete()