| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/ |
| H A D | Tooling.h | 81 std::shared_ptr<PCHContainerOperations> PCHContainerOps, 98 std::shared_ptr<PCHContainerOperations> PCHContainerOps, 159 std::shared_ptr<PCHContainerOperations> PCHContainerOps = 160 std::make_shared<PCHContainerOperations>()); 183 std::shared_ptr<PCHContainerOperations> PCHContainerOps = 184 std::make_shared<PCHContainerOperations>(), 193 std::shared_ptr<PCHContainerOperations> PCHContainerOps = 194 std::make_shared<PCHContainerOperations>()); 206 std::shared_ptr<PCHContainerOperations> PCHContainerOps = 207 std::make_shared<PCHContainerOperations>()); [all …]
|
| H A D | AllTUsExecution.h | 34 std::shared_ptr<PCHContainerOperations> PCHContainerOps = 35 std::make_shared<PCHContainerOperations>()); 42 std::shared_ptr<PCHContainerOperations> PCHContainerOps = 43 std::make_shared<PCHContainerOperations>());
|
| H A D | StandaloneExecution.h | 41 std::shared_ptr<PCHContainerOperations> PCHContainerOps = 42 std::make_shared<PCHContainerOperations>()); 50 std::shared_ptr<PCHContainerOperations> PCHContainerOps = 51 std::make_shared<PCHContainerOperations>());
|
| H A D | Refactoring.h | 42 std::shared_ptr<PCHContainerOperations> PCHContainerOps = 43 std::make_shared<PCHContainerOperations>());
|
| /netbsd-src/external/apache2/llvm/dist/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,
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 158 std::shared_ptr<PCHContainerOperations> PCHContainerOps) { in runToolOnCode() 187 std::shared_ptr<PCHContainerOperations> PCHContainerOps) { in runToolOnCodeWithArgs() 204 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runToolOnCodeWithArgs() 304 FileManager *Files, std::shared_ptr<PCHContainerOperations> PCHContainerOps) in ToolInvocation() 311 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in ToolInvocation() 367 std::shared_ptr<PCHContainerOperations> PCHContainerOps) { in runInvocation() 381 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runInvocation() 408 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in ClangTool() 582 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runInvocation() 618 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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
| H A D | ASTUnit.h | 75 class PCHContainerOperations; variable 370 bool Parse(std::shared_ptr<PCHContainerOperations> PCHContainerOps, 375 std::shared_ptr<PCHContainerOperations> PCHContainerOps, 717 std::shared_ptr<PCHContainerOperations> PCHContainerOps, 752 std::shared_ptr<PCHContainerOperations> PCHContainerOps, 779 std::shared_ptr<PCHContainerOperations> PCHContainerOps, 820 std::shared_ptr<PCHContainerOperations> PCHContainerOps, 851 bool Reparse(std::shared_ptr<PCHContainerOperations> PCHContainerOps, 884 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>(), 521 std::shared_ptr<PCHContainerOperations> getPCHContainerOperations() const { in getPCHContainerOperations()
|
| H A D | PrecompiledPreamble.h | 40 class PCHContainerOperations; variable 86 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | PCHContainerOperations.cpp | 65 PCHContainerOperations::PCHContainerOperations() { in PCHContainerOperations() function in PCHContainerOperations
|
| H A D | CMakeLists.txt | 22 PCHContainerOperations.cpp
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/ |
| H A D | PCHContainerOperations.h | 90 class PCHContainerOperations { 96 PCHContainerOperations();
|
| H A D | GlobalModuleIndex.h | 38 class PCHContainerOperations; variable
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
| H A D | ARCMT.cpp | 239 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in checkForManualIssues() 340 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in applyTransforms() 386 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in applyTransformations() 394 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in migrateWithTemporaryFiles() 511 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in MigrationProcess()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 62 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runInvocation() 156 PCHContainerOps = std::make_shared<PCHContainerOperations>(); in DependencyScanningWorker()
|
| /netbsd-src/external/apache2/llvm/lib/libclangSerialization/ |
| H A D | Makefile | 22 PCHContainerOperations.cpp
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/Serialization/ |
| H A D | BUILD.gn | 30 "PCHContainerOperations.cpp",
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.h | 68 std::shared_ptr<PCHContainerOperations> PCHContainerOps;
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/ |
| H A D | core_main.cpp | 236 auto PCHContainerOps = std::make_shared<PCHContainerOperations>(); in printSourceSymbols() 260 auto pchContOps = std::make_shared<PCHContainerOperations>(); in printSourceSymbolsFromModule()
|