Lines Matching refs:PCHContainerOps

1143 bool ASTUnit::Parse(std::shared_ptr<PCHContainerOperations> PCHContainerOps,  in Parse()  argument
1163 new CompilerInstance(std::move(PCHContainerOps))); in Parse()
1340 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in getMainBufferWithPrecompiledPreamble() argument
1416 PCHContainerOps, StorePreamblesInMemory, PreambleStoragePath, in getMainBufferWithPrecompiledPreamble()
1552 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCompilerInvocationAction() argument
1596 new CompilerInstance(std::move(PCHContainerOps))); in LoadFromCompilerInvocationAction()
1688 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCompilerInvocation() argument
1706 getMainBufferWithPrecompiledPreamble(PCHContainerOps, *Invocation, VFS); in LoadFromCompilerInvocation()
1718 return Parse(std::move(PCHContainerOps), std::move(OverrideMainBuffer), VFS); in LoadFromCompilerInvocation()
1723 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCompilerInvocation() argument
1751 if (AST->LoadFromCompilerInvocation(std::move(PCHContainerOps), in LoadFromCompilerInvocation()
1760 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCommandLine() argument
1849 if (AST->LoadFromCompilerInvocation(std::move(PCHContainerOps), in LoadFromCommandLine()
1864 bool ASTUnit::Reparse(std::shared_ptr<PCHContainerOperations> PCHContainerOps, in Reparse() argument
1896 getMainBufferWithPrecompiledPreamble(PCHContainerOps, *Invocation, VFS); in Reparse()
1907 Parse(std::move(PCHContainerOps), std::move(OverrideMainBuffer), VFS); in Reparse()
2184 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in CodeComplete() argument
2224 new CompilerInstance(PCHContainerOps)); in CodeComplete()
2298 PCHContainerOps, Inv, &FileMgr.getVirtualFileSystem(), false, Line - 1); in CodeComplete()