Home
last modified time | relevance | path

Searched refs:PCHContainerOps (Results 1 – 25 of 27) sorted by relevance

12

/llvm-project-15.0.7/clang/lib/Tooling/
H A DTooling.cpp223 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 DStandaloneExecution.cpp33 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 DRefactoring.cpp29 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in RefactoringTool() argument
30 : ClangTool(Compilations, SourcePaths, std::move(PCHContainerOps)) {} in RefactoringTool()
H A DAllTUsExecution.cpp66 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 DTooling.h88 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 DAllTUsExecution.h34 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
42 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
H A DStandaloneExecution.h41 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
50 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
H A DRefactoring.h42 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
/llvm-project-15.0.7/clang/unittests/Frontend/
H A DASTUnitTest.cpp34 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 DARCMT.h42 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 DCIndexer.h40 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 DARCMT.cpp237 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 DDependencyScanningWorker.cpp148 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 DASTUnit.h370 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 DPrecompiledPreamble.h85 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
/llvm-project-15.0.7/clang/tools/clang-fuzzer/handle-cxx/
H A Dhandle_cxx.cpp47 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 DIndexerMain.cpp89 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 DASTUnit.cpp1115 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 DPrecompiledPreamble.cpp405 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 DDependencyScanningWorker.h71 std::shared_ptr<PCHContainerOperations> PCHContainerOps;
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DDependencyScannerTest.cpp57 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 DIncludeFixer.h46 std::shared_ptr<clang::PCHContainerOperations> PCHContainerOps,
H A DIncludeFixer.cpp86 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 Dcore_main.cpp240 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 DClangTidy.cpp556 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runClangTidy() argument
561 Invocation, Files, PCHContainerOps, DiagConsumer); in runClangTidy()

12