Lines Matching refs:PCHContainerOps
1131 bool ASTUnit::Parse(std::shared_ptr<PCHContainerOperations> PCHContainerOps, in Parse() argument
1151 new CompilerInstance(std::move(PCHContainerOps))); in Parse()
1328 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in getMainBufferWithPrecompiledPreamble() argument
1404 PCHContainerOps, StorePreamblesInMemory, PreambleStoragePath, in getMainBufferWithPrecompiledPreamble()
1539 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCompilerInvocationAction() argument
1583 new CompilerInstance(std::move(PCHContainerOps))); in LoadFromCompilerInvocationAction()
1675 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCompilerInvocation() argument
1693 getMainBufferWithPrecompiledPreamble(PCHContainerOps, *Invocation, VFS); in LoadFromCompilerInvocation()
1705 return Parse(std::move(PCHContainerOps), std::move(OverrideMainBuffer), VFS); in LoadFromCompilerInvocation()
1710 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCompilerInvocation() argument
1738 if (AST->LoadFromCompilerInvocation(std::move(PCHContainerOps), in LoadFromCompilerInvocation()
1747 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCommandLine() argument
1836 if (AST->LoadFromCompilerInvocation(std::move(PCHContainerOps), in LoadFromCommandLine()
1851 bool ASTUnit::Reparse(std::shared_ptr<PCHContainerOperations> PCHContainerOps, in Reparse() argument
1883 getMainBufferWithPrecompiledPreamble(PCHContainerOps, *Invocation, VFS); in Reparse()
1894 Parse(std::move(PCHContainerOps), std::move(OverrideMainBuffer), VFS); in Reparse()
2171 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in CodeComplete() argument
2211 new CompilerInstance(PCHContainerOps)); in CodeComplete()
2285 PCHContainerOps, Inv, &FileMgr.getVirtualFileSystem(), false, Line - 1); in CodeComplete()