| /llvm-project-15.0.7/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 223 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runToolOnCodeWithArgs() argument 325 Files(Files), PCHContainerOps(std::move(PCHContainerOps)) {} in ToolInvocation() 330 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in ToolInvocation() argument 334 PCHContainerOps(std::move(PCHContainerOps)) {} in ToolInvocation() 384 std::move(PCHContainerOps)); in run() 404 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runInvocation() argument 407 CompilerInstance Compiler(std::move(PCHContainerOps)); in runInvocation() 435 PCHContainerOps(std::move(PCHContainerOps)), in ClangTool() 574 PCHContainerOps); in run() 608 Invocation, std::move(PCHContainerOps), in runInvocation() [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 | Refactoring.cpp | 29 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in RefactoringTool() argument 30 : ClangTool(Compilations, SourcePaths, std::move(PCHContainerOps)) {} in RefactoringTool()
|
| H A D | AllTUsExecution.cpp | 66 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in AllTUsToolExecutor() argument 72 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in AllTUsToolExecutor() argument
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/ |
| H A D | Tooling.h | 88 std::shared_ptr<PCHContainerOperations> PCHContainerOps, 105 std::shared_ptr<PCHContainerOperations> PCHContainerOps, 190 std::shared_ptr<PCHContainerOperations> PCHContainerOps = 200 std::shared_ptr<PCHContainerOperations> PCHContainerOps = 213 std::shared_ptr<PCHContainerOperations> PCHContainerOps = 232 std::shared_ptr<PCHContainerOperations> PCHContainerOps = 254 std::shared_ptr<PCHContainerOperations> PCHContainerOps = 266 std::shared_ptr<PCHContainerOperations> PCHContainerOps); 296 std::shared_ptr<PCHContainerOperations> PCHContainerOps; variable 324 std::shared_ptr<PCHContainerOperations> PCHContainerOps = [all …]
|
| H A D | AllTUsExecution.h | 34 std::shared_ptr<PCHContainerOperations> PCHContainerOps = 42 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
|
| H A D | StandaloneExecution.h | 41 std::shared_ptr<PCHContainerOperations> PCHContainerOps = 50 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
|
| H A D | Refactoring.h | 42 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
|
| /llvm-project-15.0.7/clang/unittests/Frontend/ |
| H A D | ASTUnitTest.cpp | 34 std::shared_ptr<PCHContainerOperations> PCHContainerOps; member in __anon2d08965d0111::ASTUnitTest 55 PCHContainerOps = std::make_shared<PCHContainerOperations>(); in createASTUnit() 58 CInvok, PCHContainerOps, Diags, FileMgr, false, CaptureDiagsKind::None, in createASTUnit() 94 std::string(ASTFileName.str()), PCHContainerOps->getRawReader(), in TEST_F() 144 PCHContainerOps = std::make_shared<PCHContainerOperations>(); in TEST_F() 147 CInvok, PCHContainerOps, Diags, FileMgr, false, CaptureDiagsKind::None, 1, in TEST_F() 166 auto PCHContainerOps = std::make_shared<PCHContainerOperations>(); in TEST_F() local 170 &Args[0], &Args[4], PCHContainerOps, Diags, "", false, in TEST_F()
|
| /llvm-project-15.0.7/clang/include/clang/ARCMigrate/ |
| H A D | ARCMT.h | 42 std::shared_ptr<PCHContainerOperations> PCHContainerOps, 54 std::shared_ptr<PCHContainerOperations> PCHContainerOps, 70 std::shared_ptr<PCHContainerOperations> PCHContainerOps, 98 std::shared_ptr<PCHContainerOperations> PCHContainerOps; variable 106 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CIndexer.h | 40 std::shared_ptr<PCHContainerOperations> PCHContainerOps; variable 47 CIndexer(std::shared_ptr<PCHContainerOperations> PCHContainerOps = 50 Options(CXGlobalOpt_None), PCHContainerOps(std::move(PCHContainerOps)) { in OnlyLocalDecls() 65 return PCHContainerOps; in getPCHContainerOperations()
|
| /llvm-project-15.0.7/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() 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 509 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in MigrationProcess() argument 511 : OrigCI(CI), PCHContainerOps(std::move(PCHContainerOps)), in MigrationProcess() [all …]
|
| /llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 148 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runInvocation() argument 156 CompilerInstance ScanInstance(std::move(PCHContainerOps)); in runInvocation() 270 PCHContainerOps = std::make_shared<PCHContainerOperations>(); in DependencyScanningWorker() 271 PCHContainerOps->registerReader( in DependencyScanningWorker() 275 PCHContainerOps->registerWriter( in DependencyScanningWorker() 349 PCHContainerOps); in computeDependencies()
|
| /llvm-project-15.0.7/clang/include/clang/Frontend/ |
| H A D | ASTUnit.h | 370 bool Parse(std::shared_ptr<PCHContainerOperations> PCHContainerOps, 375 std::shared_ptr<PCHContainerOperations> PCHContainerOps, 719 std::shared_ptr<PCHContainerOperations> PCHContainerOps, 754 std::shared_ptr<PCHContainerOperations> PCHContainerOps, 781 std::shared_ptr<PCHContainerOperations> PCHContainerOps, 822 std::shared_ptr<PCHContainerOperations> PCHContainerOps, 853 bool Reparse(std::shared_ptr<PCHContainerOperations> PCHContainerOps, 886 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
|
| H A D | PrecompiledPreamble.h | 85 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
|
| /llvm-project-15.0.7/clang/tools/clang-fuzzer/handle-cxx/ |
| H A D | handle_cxx.cpp | 47 std::shared_ptr<PCHContainerOperations> PCHContainerOps = in HandleCXX() local 49 action->runInvocation(std::move(Invocation), Files.get(), PCHContainerOps, in HandleCXX()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/indexer/ |
| H A D | IndexerMain.cpp | 89 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runInvocation() argument 93 std::move(Invocation), Files, std::move(PCHContainerOps), DiagConsumer); in runInvocation()
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 1115 new CompilerInstance(std::move(PCHContainerOps))); in Parse() 1292 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in getMainBufferWithPrecompiledPreamble() argument 1368 PCHContainerOps, /*StoreInMemory=*/false, Callbacks); in getMainBufferWithPrecompiledPreamble() 1502 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCompilerInvocationAction() argument 1546 new CompilerInstance(std::move(PCHContainerOps))); in LoadFromCompilerInvocationAction() 1638 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCompilerInvocation() argument 1673 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCompilerInvocation() argument 1701 if (AST->LoadFromCompilerInvocation(std::move(PCHContainerOps), in LoadFromCompilerInvocation() 1710 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCommandLine() argument 2126 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in CodeComplete() argument [all …]
|
| H A D | PrecompiledPreamble.cpp | 405 std::shared_ptr<PCHContainerOperations> PCHContainerOps, bool StoreInMemory, in Build() argument 445 new CompilerInstance(std::move(PCHContainerOps))); in Build()
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.h | 71 std::shared_ptr<PCHContainerOperations> PCHContainerOps;
|
| /llvm-project-15.0.7/clang/unittests/Tooling/ |
| H A D | DependencyScannerTest.cpp | 57 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runInvocation() argument 59 CompilerInstance Compiler(std::move(PCHContainerOps)); in runInvocation()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/ |
| H A D | IncludeFixer.h | 46 std::shared_ptr<clang::PCHContainerOperations> PCHContainerOps,
|
| H A D | IncludeFixer.cpp | 86 std::shared_ptr<clang::PCHContainerOperations> PCHContainerOps, in runInvocation() argument 91 clang::CompilerInstance Compiler(PCHContainerOps); in runInvocation()
|
| /llvm-project-15.0.7/clang/tools/c-index-test/ |
| H A D | core_main.cpp | 240 auto PCHContainerOps = std::make_shared<PCHContainerOperations>(); in printSourceSymbols() local 242 std::move(CInvok), PCHContainerOps, Diags, IndexAction.get())); in printSourceSymbols()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/ |
| H A D | ClangTidy.cpp | 556 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runClangTidy() argument 561 Invocation, Files, PCHContainerOps, DiagConsumer); in runClangTidy()
|