/freebsd/contrib/llvm-project/clang/include/clang/Tooling/ |
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 373 bool Parse(std::shared_ptr<PCHContainerOperations> PCHContainerOps, 378 std::shared_ptr<PCHContainerOperations> PCHContainerOps, 724 std::shared_ptr<PCHContainerOperations> PCHContainerOps, 759 std::shared_ptr<PCHContainerOperations> PCHContainerOps, 786 std::shared_ptr<PCHContainerOperations> PCHContainerOps, 834 std::shared_ptr<PCHContainerOperations> PCHContainerOps, 866 bool Reparse(std::shared_ptr<PCHContainerOperations> PCHContainerOps, 903 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 | 132 std::shared_ptr<PCHContainerOperations> ThePCHContainerOperations; 209 std::shared_ptr<PCHContainerOperations> PCHContainerOps = 210 std::make_shared<PCHContainerOperations>(), 580 std::shared_ptr<PCHContainerOperations> getPCHContainerOperations() const { in getPCHContainerOperations()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/ |
H A D | Tooling.cpp | 185 std::shared_ptr<PCHContainerOperations> PCHContainerOps) { in runToolOnCode() 214 std::shared_ptr<PCHContainerOperations> PCHContainerOps) { in runToolOnCodeWithArgs() 231 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runToolOnCodeWithArgs() 354 FileManager *Files, std::shared_ptr<PCHContainerOperations> PCHContainerOps) in ToolInvocation() 361 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in ToolInvocation() 432 std::shared_ptr<PCHContainerOperations> PCHContainerOps) { in runInvocation() 446 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runInvocation() 473 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in ClangTool() 651 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runInvocation() 683 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()
|
/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/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()
|
/freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
H A D | CodeCompletion.cpp | 365 InterpCI->getInvocationPtr(), std::make_shared<PCHContainerOperations>(), in codeComplete() 382 std::make_shared<clang::PCHContainerOperations>(), *diag, in codeComplete()
|
/freebsd/contrib/llvm-project/lldb/tools/lldb-instr/ |
H A D | Instrument.cpp | 167 auto PCHOpts = std::make_shared<PCHContainerOperations>(); in main()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningWorker.cpp | 298 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runInvocation() 487 PCHContainerOps = std::make_shared<PCHContainerOperations>(); in DependencyScanningWorker() 573 std::shared_ptr<clang::PCHContainerOperations> &PCHContainerOps, in createAndRunToolInvocation()
|
/freebsd/contrib/llvm-project/clang/lib/Testing/ |
H A D | TestAST.cpp | 79 std::make_shared<PCHContainerOperations>()); in TestAST()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 1143 bool ASTUnit::Parse(std::shared_ptr<PCHContainerOperations> PCHContainerOps, in Parse() 1340 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in getMainBufferWithPrecompiledPreamble() 1552 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCompilerInvocationAction() 1688 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCompilerInvocation() 1723 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCompilerInvocation() 1760 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in LoadFromCommandLine() 1864 bool ASTUnit::Reparse(std::shared_ptr<PCHContainerOperations> PCHContainerOps, in Reparse() 2184 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in CodeComplete()
|
H A D | PrecompiledPreamble.cpp | 418 std::shared_ptr<PCHContainerOperations> PCHContainerOps, bool StoreInMemory, in Build()
|
H A D | CompilerInstance.cpp | 66 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in CompilerInstance()
|
/freebsd/lib/clang/libclang/ |
H A D | Makefile | 648 SRCS_MIN+= Serialization/PCHContainerOperations.cpp
|