• Home
  • Raw
  • Download

Lines Matching refs:PCHContainerOps

1034 bool ASTUnit::Parse(std::shared_ptr<PCHContainerOperations> PCHContainerOps,  in Parse()  argument
1043 new CompilerInstance(std::move(PCHContainerOps))); in Parse()
1341 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in getMainBufferWithPrecompiledPreamble() argument
1517 new CompilerInstance(std::move(PCHContainerOps))); in getMainBufferWithPrecompiledPreamble()
1733 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCompilerInvocationAction() argument
1779 new CompilerInstance(std::move(PCHContainerOps))); in LoadFromCompilerInvocationAction()
1875 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCompilerInvocation() argument
1889 getMainBufferWithPrecompiledPreamble(PCHContainerOps, *Invocation); in LoadFromCompilerInvocation()
1899 return Parse(std::move(PCHContainerOps), std::move(OverrideMainBuffer)); in LoadFromCompilerInvocation()
1904 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCompilerInvocation() argument
1932 if (AST->LoadFromCompilerInvocation(std::move(PCHContainerOps), in LoadFromCompilerInvocation()
1940 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCommandLine() argument
2015 if (AST->LoadFromCompilerInvocation(std::move(PCHContainerOps), in LoadFromCommandLine()
2029 bool ASTUnit::Reparse(std::shared_ptr<PCHContainerOperations> PCHContainerOps, in Reparse() argument
2055 getMainBufferWithPrecompiledPreamble(PCHContainerOps, *Invocation); in Reparse()
2066 Parse(std::move(PCHContainerOps), std::move(OverrideMainBuffer)); in Reparse()
2322 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in CodeComplete() argument
2360 new CompilerInstance(PCHContainerOps)); in CodeComplete()
2431 PCHContainerOps, *CCInvocation, false, Line - 1); in CodeComplete()