/freebsd/contrib/llvm-project/clang/lib/Tooling/ |
H A D | Tooling.cpp | 185 std::shared_ptr<PCHContainerOperations> PCHContainerOps) { in runToolOnCode() argument 188 "clang-tool", std::move(PCHContainerOps)); in runToolOnCode() 214 std::shared_ptr<PCHContainerOperations> PCHContainerOps) { in runToolOnCodeWithArgs() argument 223 std::move(ToolAction), Files.get(), std::move(PCHContainerOps)); in runToolOnCodeWithArgs() 231 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runToolOnCodeWithArgs() argument 354 FileManager *Files, std::shared_ptr<PCHContainerOperations> PCHContainerOps) in ToolInvocation() argument 356 Files(Files), PCHContainerOps(std::move(PCHContainerOps)) {} in ToolInvocation() 361 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in ToolInvocation() argument 365 PCHContainerOps(std::move(PCHContainerOps)) {} in ToolInvocation() 404 std::move(PCHContainerOps), DiagConsumer); in run() [all …]
|
H A D | StandaloneExecution.cpp | 33 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in StandaloneToolExecutor() argument 34 : Tool(Compilations, SourcePaths, std::move(PCHContainerOps), in StandaloneToolExecutor() 44 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in StandaloneToolExecutor() argument 47 std::move(PCHContainerOps)), in StandaloneToolExecutor()
|
H A D | AllTUsExecution.cpp | 66 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in AllTUsToolExecutor() argument 72 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in AllTUsToolExecutor() argument
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | ARCMT.cpp | 237 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in checkForManualIssues() argument 253 createInvocationForMigration(origCI, PCHContainerOps->getRawReader())); in checkForManualIssues() 270 std::move(CInvok), PCHContainerOps, Diags)); in checkForManualIssues() 338 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in applyTransforms() argument 348 if (arcmt::checkForManualIssues(CInvokForCheck, Input, PCHContainerOps, in applyTransforms() 357 MigrationProcess migration(CInvok, PCHContainerOps, DiagClient, outputDir); in applyTransforms() 384 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in applyTransformations() argument 386 return applyTransforms(origCI, Input, PCHContainerOps, DiagClient, in applyTransformations() 392 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in migrateWithTemporaryFiles() argument 396 return applyTransforms(origCI, Input, PCHContainerOps, DiagClient, outputDir, in migrateWithTemporaryFiles() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | ASTUnit.h | 373 bool Parse(std::shared_ptr<PCHContainerOperations> PCHContainerOps, 378 std::shared_ptr<PCHContainerOperations> PCHContainerOps, 724 std::shared_ptr<PCHContainerOperations> PCHContainerOps, 759 std::shared_ptr<PCHContainerOperations> PCHContainerOps, 786 std::shared_ptr<PCHContainerOperations> PCHContainerOps, 834 std::shared_ptr<PCHContainerOperations> PCHContainerOps, 866 bool Reparse(std::shared_ptr<PCHContainerOperations> PCHContainerOps, 903 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
|
H A D | PrecompiledPreamble.h | 89 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
|
H A D | CompilerInstance.h | 209 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningWorker.cpp | 298 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runInvocation() argument 319 ScanInstanceStorage.emplace(std::move(PCHContainerOps)); in runInvocation() 487 PCHContainerOps = std::make_shared<PCHContainerOperations>(); in DependencyScanningWorker() 489 PCHContainerOps->registerReader( in DependencyScanningWorker() 492 PCHContainerOps->registerWriter(std::make_unique<RawPCHContainerWriter>()); in DependencyScanningWorker() 573 std::shared_ptr<clang::PCHContainerOperations> &PCHContainerOps, in createAndRunToolInvocation() argument 579 PCHContainerOps); in createAndRunToolInvocation() 655 PCHContainerOps, *Diags, Consumer); in computeDependencies() 679 PCHContainerOps, *Diags, Consumer); in computeDependencies()
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/ |
H A D | AllTUsExecution.h | 35 std::shared_ptr<PCHContainerOperations> PCHContainerOps = 43 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
|
H A D | StandaloneExecution.h | 42 std::shared_ptr<PCHContainerOperations> PCHContainerOps = 51 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
|
H A D | Refactoring.h | 42 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 1143 bool ASTUnit::Parse(std::shared_ptr<PCHContainerOperations> PCHContainerOps, in Parse() argument 1163 new CompilerInstance(std::move(PCHContainerOps))); in Parse() 1340 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in getMainBufferWithPrecompiledPreamble() argument 1416 PCHContainerOps, StorePreamblesInMemory, PreambleStoragePath, in getMainBufferWithPrecompiledPreamble() 1552 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCompilerInvocationAction() argument 1596 new CompilerInstance(std::move(PCHContainerOps))); in LoadFromCompilerInvocationAction() 1688 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCompilerInvocation() argument 1706 getMainBufferWithPrecompiledPreamble(PCHContainerOps, *Invocation, VFS); in LoadFromCompilerInvocation() 1718 return Parse(std::move(PCHContainerOps), std::move(OverrideMainBuffer), VFS); in LoadFromCompilerInvocation() 1723 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCompilerInvocation() argument [all …]
|
H A D | PrecompiledPreamble.cpp | 418 std::shared_ptr<PCHContainerOperations> PCHContainerOps, bool StoreInMemory, in Build() argument 459 new CompilerInstance(std::move(PCHContainerOps))); in Build()
|
H A D | CompilerInstance.cpp | 66 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in CompilerInstance() argument 72 ThePCHContainerOperations(std::move(PCHContainerOps)) {} in CompilerInstance()
|