Lines Matching refs:PCHContainerOps
1123 bool ASTUnit::Parse(std::shared_ptr<PCHContainerOperations> PCHContainerOps, in Parse() argument
1143 new CompilerInstance(std::move(PCHContainerOps))); in Parse()
1320 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in getMainBufferWithPrecompiledPreamble() argument
1396 PCHContainerOps, /*StoreInMemory=*/false, Callbacks); in getMainBufferWithPrecompiledPreamble()
1530 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCompilerInvocationAction() argument
1574 new CompilerInstance(std::move(PCHContainerOps))); in LoadFromCompilerInvocationAction()
1666 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCompilerInvocation() argument
1684 getMainBufferWithPrecompiledPreamble(PCHContainerOps, *Invocation, VFS); in LoadFromCompilerInvocation()
1696 return Parse(std::move(PCHContainerOps), std::move(OverrideMainBuffer), VFS); in LoadFromCompilerInvocation()
1701 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCompilerInvocation() argument
1729 if (AST->LoadFromCompilerInvocation(std::move(PCHContainerOps), in LoadFromCompilerInvocation()
1738 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCommandLine() argument
1820 if (AST->LoadFromCompilerInvocation(std::move(PCHContainerOps), in LoadFromCommandLine()
1835 bool ASTUnit::Reparse(std::shared_ptr<PCHContainerOperations> PCHContainerOps, in Reparse() argument
1867 getMainBufferWithPrecompiledPreamble(PCHContainerOps, *Invocation, VFS); in Reparse()
1878 Parse(std::move(PCHContainerOps), std::move(OverrideMainBuffer), VFS); in Reparse()
2153 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in CodeComplete() argument
2192 new CompilerInstance(PCHContainerOps)); in CodeComplete()
2266 PCHContainerOps, Inv, &FileMgr.getVirtualFileSystem(), false, Line - 1); in CodeComplete()