Lines Matching refs:PCHContainerOps

1076 bool ASTUnit::Parse(std::shared_ptr<PCHContainerOperations> PCHContainerOps,  in Parse()  argument
1097 new CompilerInstance(std::move(PCHContainerOps))); in Parse()
1281 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in getMainBufferWithPrecompiledPreamble() argument
1356 PCHContainerOps, /*StoreInMemory=*/false, Callbacks); in getMainBufferWithPrecompiledPreamble()
1488 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCompilerInvocationAction() argument
1534 new CompilerInstance(std::move(PCHContainerOps))); in LoadFromCompilerInvocationAction()
1632 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCompilerInvocation() argument
1650 getMainBufferWithPrecompiledPreamble(PCHContainerOps, *Invocation, VFS); in LoadFromCompilerInvocation()
1662 return Parse(std::move(PCHContainerOps), std::move(OverrideMainBuffer), VFS); in LoadFromCompilerInvocation()
1667 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCompilerInvocation() argument
1695 if (AST->LoadFromCompilerInvocation(std::move(PCHContainerOps), in LoadFromCompilerInvocation()
1704 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCommandLine() argument
1781 if (AST->LoadFromCompilerInvocation(std::move(PCHContainerOps), in LoadFromCommandLine()
1796 bool ASTUnit::Reparse(std::shared_ptr<PCHContainerOperations> PCHContainerOps, in Reparse() argument
1828 getMainBufferWithPrecompiledPreamble(PCHContainerOps, *Invocation, VFS); in Reparse()
1839 Parse(std::move(PCHContainerOps), std::move(OverrideMainBuffer), VFS); in Reparse()
2113 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in CodeComplete() argument
2152 new CompilerInstance(PCHContainerOps)); in CodeComplete()
2229 PCHContainerOps, Inv, VFS, false, Line - 1); in CodeComplete()