| /openbsd-src/gnu/llvm/clang/include/clang/Tooling/ |
| H A D | Tooling.h | 88 std::shared_ptr<PCHContainerOperations> PCHContainerOps, 105 std::shared_ptr<PCHContainerOperations> PCHContainerOps, 166 std::shared_ptr<PCHContainerOperations> PCHContainerOps = 167 std::make_shared<PCHContainerOperations>()); 190 std::shared_ptr<PCHContainerOperations> PCHContainerOps = 191 std::make_shared<PCHContainerOperations>(), 200 std::shared_ptr<PCHContainerOperations> PCHContainerOps = 201 std::make_shared<PCHContainerOperations>()); 213 std::shared_ptr<PCHContainerOperations> PCHContainerOps = 214 std::make_shared<PCHContainerOperations>()); [all …]
|
| H A D | AllTUsExecution.h | 35 std::shared_ptr<PCHContainerOperations> PCHContainerOps = 36 std::make_shared<PCHContainerOperations>()); 43 std::shared_ptr<PCHContainerOperations> PCHContainerOps = 44 std::make_shared<PCHContainerOperations>());
|
| H A D | StandaloneExecution.h | 42 std::shared_ptr<PCHContainerOperations> PCHContainerOps = 43 std::make_shared<PCHContainerOperations>()); 51 std::shared_ptr<PCHContainerOperations> PCHContainerOps = 52 std::make_shared<PCHContainerOperations>());
|
| H A D | Refactoring.h | 42 std::shared_ptr<PCHContainerOperations> PCHContainerOps = 43 std::make_shared<PCHContainerOperations>());
|
| /openbsd-src/gnu/llvm/clang/include/clang/ARCMigrate/ |
| H A D | ARCMT.h | 19 class PCHContainerOperations; variable 42 std::shared_ptr<PCHContainerOperations> PCHContainerOps, 54 std::shared_ptr<PCHContainerOperations> PCHContainerOps, 70 std::shared_ptr<PCHContainerOperations> PCHContainerOps, 98 std::shared_ptr<PCHContainerOperations> PCHContainerOps; 106 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CIndexer.h | 40 std::shared_ptr<PCHContainerOperations> PCHContainerOps; 47 CIndexer(std::shared_ptr<PCHContainerOperations> PCHContainerOps = 48 std::make_shared<PCHContainerOperations>()) 64 std::shared_ptr<PCHContainerOperations> getPCHContainerOperations() const { in getPCHContainerOperations()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Frontend/ |
| H A D | ASTUnit.h | 74 class PCHContainerOperations; variable 369 bool Parse(std::shared_ptr<PCHContainerOperations> PCHContainerOps, 374 std::shared_ptr<PCHContainerOperations> PCHContainerOps, 718 std::shared_ptr<PCHContainerOperations> PCHContainerOps, 753 std::shared_ptr<PCHContainerOperations> PCHContainerOps, 780 std::shared_ptr<PCHContainerOperations> PCHContainerOps, 821 std::shared_ptr<PCHContainerOperations> PCHContainerOps, 852 bool Reparse(std::shared_ptr<PCHContainerOperations> PCHContainerOps, 885 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
|
| H A D | CompilerInstance.h | 126 std::shared_ptr<PCHContainerOperations> ThePCHContainerOperations; 185 std::shared_ptr<PCHContainerOperations> PCHContainerOps = 186 std::make_shared<PCHContainerOperations>(), 524 std::shared_ptr<PCHContainerOperations> getPCHContainerOperations() const { in getPCHContainerOperations()
|
| H A D | PrecompiledPreamble.h | 39 class PCHContainerOperations; variable 85 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 177 std::shared_ptr<PCHContainerOperations> PCHContainerOps) { in runToolOnCode() 206 std::shared_ptr<PCHContainerOperations> PCHContainerOps) { in runToolOnCodeWithArgs() 223 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runToolOnCodeWithArgs() 323 FileManager *Files, std::shared_ptr<PCHContainerOperations> PCHContainerOps) in ToolInvocation() 330 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in ToolInvocation() 401 std::shared_ptr<PCHContainerOperations> PCHContainerOps) { in runInvocation() 415 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runInvocation() 442 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in ClangTool() 616 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runInvocation() 652 std::shared_ptr<PCHContainerOperations> PCHContainerOps) { in buildASTFromCode() [all …]
|
| H A D | AllTUsExecution.cpp | 66 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in AllTUsToolExecutor() 72 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in AllTUsToolExecutor() 129 std::make_shared<PCHContainerOperations>(), FS); in execute()
|
| H A D | StandaloneExecution.cpp | 33 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in StandaloneToolExecutor() 44 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in StandaloneToolExecutor()
|
| H A D | Refactoring.cpp | 29 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in RefactoringTool()
|
| /openbsd-src/gnu/llvm/clang/tools/clang-fuzzer/handle-cxx/ |
| H A D | handle_cxx.cpp | 47 std::shared_ptr<PCHContainerOperations> PCHContainerOps = in HandleCXX() 48 std::make_shared<PCHContainerOperations>(); in HandleCXX()
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | PCHContainerOperations.cpp | 65 PCHContainerOperations::PCHContainerOperations() { in PCHContainerOperations() function in PCHContainerOperations
|
| H A D | CMakeLists.txt | 23 PCHContainerOperations.cpp
|
| /openbsd-src/gnu/llvm/clang/include/clang/Serialization/ |
| H A D | PCHContainerOperations.h | 88 class PCHContainerOperations { 94 PCHContainerOperations();
|
| H A D | GlobalModuleIndex.h | 36 class PCHContainerOperations; variable
|
| /openbsd-src/gnu/llvm/clang/lib/ARCMigrate/ |
| H A D | ARCMT.cpp | 237 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in checkForManualIssues() 338 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in applyTransforms() 384 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in applyTransformations() 392 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in migrateWithTemporaryFiles() 509 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in MigrationProcess()
|
| /openbsd-src/gnu/usr.bin/clang/libclangSerialization/ |
| H A D | Makefile | 23 PCHContainerOperations.cpp
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Serialization/ |
| H A D | BUILD.gn | 31 "PCHContainerOperations.cpp",
|
| /openbsd-src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.h | 99 std::shared_ptr<PCHContainerOperations> PCHContainerOps;
|
| /openbsd-src/gnu/llvm/clang/tools/arcmt-test/ |
| H A D | arcmt-test.cpp | 136 std::make_shared<PCHContainerOperations>(), in checkForMigration() 173 MigrationProcess migration(origCI, std::make_shared<PCHContainerOperations>(), in performTransformations()
|
| /openbsd-src/gnu/llvm/clang/tools/c-index-test/ |
| H A D | core_main.cpp | 240 auto PCHContainerOps = std::make_shared<PCHContainerOperations>(); in printSourceSymbols() 264 auto pchContOps = std::make_shared<PCHContainerOperations>(); in printSourceSymbolsFromModule()
|
| /openbsd-src/gnu/llvm/lldb/tools/lldb-instr/ |
| H A D | Instrument.cpp | 167 auto PCHOpts = std::make_shared<PCHContainerOperations>(); in main()
|