| /freebsd/contrib/llvm-project/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>());
|
| /freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | ASTUnit.h | 74 class PCHContainerOperations; variable 385 bool Parse(std::shared_ptr<PCHContainerOperations> PCHContainerOps, 390 std::shared_ptr<PCHContainerOperations> PCHContainerOps, 736 std::shared_ptr<PCHContainerOperations> PCHContainerOps, 771 std::shared_ptr<PCHContainerOperations> PCHContainerOps, 799 std::shared_ptr<PCHContainerOperations> PCHContainerOps, 848 std::shared_ptr<PCHContainerOperations> PCHContainerOps, 881 bool Reparse(std::shared_ptr<PCHContainerOperations> PCHContainerOps, 918 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
|
| H A D | PrecompiledPreamble.h | 39 class PCHContainerOperations; variable 89 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
|
| H A D | CompilerInstance.h | 140 std::shared_ptr<PCHContainerOperations> ThePCHContainerOperations; 209 std::shared_ptr<PCHContainerOperations> PCHContainerOps = 210 std::make_shared<PCHContainerOperations>(), 566 std::shared_ptr<PCHContainerOperations> getPCHContainerOperations() const { in getPCHContainerOperations()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 182 std::shared_ptr<PCHContainerOperations> PCHContainerOps) { in runToolOnCode() 211 std::shared_ptr<PCHContainerOperations> PCHContainerOps) { in runToolOnCodeWithArgs() 228 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runToolOnCodeWithArgs() 351 FileManager *Files, std::shared_ptr<PCHContainerOperations> PCHContainerOps) in ToolInvocation() 358 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in ToolInvocation() 430 std::shared_ptr<PCHContainerOperations> PCHContainerOps) { in runInvocation() 444 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runInvocation() 471 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in ClangTool() 649 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runInvocation() 682 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 | 27 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in RefactoringTool()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | PCHContainerOperations.cpp | 68 PCHContainerOperations::PCHContainerOperations() { in PCHContainerOperations() function in PCHContainerOperations
|
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | PCHContainerOperations.h | 87 class PCHContainerOperations { 95 PCHContainerOperations();
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.h | 144 std::shared_ptr<PCHContainerOperations> PCHContainerOps;
|
| /freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | CodeCompletion.cpp | 366 InterpCI->getInvocationPtr(), std::make_shared<PCHContainerOperations>(), in codeComplete() 383 std::make_shared<clang::PCHContainerOperations>(), *diag, in codeComplete()
|
| /freebsd/contrib/llvm-project/lldb/tools/lldb-instr/ |
| H A D | Instrument.cpp | 168 auto PCHOpts = std::make_shared<PCHContainerOperations>(); in main()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 1144 bool ASTUnit::Parse(std::shared_ptr<PCHContainerOperations> PCHContainerOps, in Parse() 1341 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in getMainBufferWithPrecompiledPreamble() 1558 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCompilerInvocationAction() 1696 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCompilerInvocation() 1733 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCompilerInvocation() 1772 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCommandLine() 1878 bool ASTUnit::Reparse(std::shared_ptr<PCHContainerOperations> PCHContainerOps, in Reparse() 2199 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in CodeComplete()
|
| H A D | PrecompiledPreamble.cpp | 417 std::shared_ptr<PCHContainerOperations> PCHContainerOps, bool StoreInMemory, in Build()
|
| H A D | CompilerInstance.cpp | 70 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in CompilerInstance()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 392 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runInvocation() 602 PCHContainerOps = std::make_shared<PCHContainerOperations>(); in DependencyScanningWorker() 714 std::shared_ptr<clang::PCHContainerOperations> &PCHContainerOps, in createAndRunToolInvocation()
|
| /freebsd/contrib/llvm-project/clang/tools/driver/ |
| H A D | cc1_main.cpp | 223 auto PCHOps = std::make_shared<PCHContainerOperations>(); in cc1_main()
|
| /freebsd/contrib/llvm-project/lldb/tools/lldb-rpc/lldb-rpc-gen/ |
| H A D | lldb-rpc-gen.cpp | 385 auto PCHOpts = std::make_shared<PCHContainerOperations>(); in main()
|
| /freebsd/lib/clang/libclang/ |
| H A D | Makefile | 673 SRCS_MIN+= Serialization/PCHContainerOperations.cpp
|