• Home
  • Raw
  • Download

Lines Matching refs:PCHContainerOps

1034 bool ASTUnit::Parse(std::shared_ptr<PCHContainerOperations> PCHContainerOps,  in Parse()  argument
1043 new CompilerInstance(PCHContainerOps)); in Parse()
1343 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in getMainBufferWithPrecompiledPreamble() argument
1509 new CompilerInstance(PCHContainerOps)); in getMainBufferWithPrecompiledPreamble()
1725 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCompilerInvocationAction() argument
1771 new CompilerInstance(PCHContainerOps)); in LoadFromCompilerInvocationAction()
1867 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCompilerInvocation() argument
1881 getMainBufferWithPrecompiledPreamble(PCHContainerOps, *Invocation); in LoadFromCompilerInvocation()
1891 return Parse(PCHContainerOps, std::move(OverrideMainBuffer)); in LoadFromCompilerInvocation()
1896 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCompilerInvocation() argument
1924 if (AST->LoadFromCompilerInvocation(PCHContainerOps, in LoadFromCompilerInvocation()
1932 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCommandLine() argument
2007 if (AST->LoadFromCompilerInvocation(PCHContainerOps, in LoadFromCommandLine()
2021 bool ASTUnit::Reparse(std::shared_ptr<PCHContainerOperations> PCHContainerOps, in Reparse() argument
2047 getMainBufferWithPrecompiledPreamble(PCHContainerOps, *Invocation); in Reparse()
2057 bool Result = Parse(PCHContainerOps, std::move(OverrideMainBuffer)); in Reparse()
2313 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in CodeComplete() argument
2351 new CompilerInstance(PCHContainerOps)); in CodeComplete()
2422 PCHContainerOps, *CCInvocation, false, Line - 1); in CodeComplete()