Home
last modified time | relevance | path

Searched refs:PCHContainerOperations (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DAllTUsExecution.h35 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
36 std::make_shared<PCHContainerOperations>());
43 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
44 std::make_shared<PCHContainerOperations>());
H A DStandaloneExecution.h42 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
43 std::make_shared<PCHContainerOperations>());
51 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
52 std::make_shared<PCHContainerOperations>());
H A DRefactoring.h42 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
43 std::make_shared<PCHContainerOperations>());
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h74 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 DPrecompiledPreamble.h39 class PCHContainerOperations; variable
89 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
H A DCompilerInstance.h132 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 DTooling.cpp185 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 DAllTUsExecution.cpp66 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 DStandaloneExecution.cpp33 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in StandaloneToolExecutor()
44 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in StandaloneToolExecutor()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DPCHContainerOperations.cpp68 PCHContainerOperations::PCHContainerOperations() { in PCHContainerOperations() function in PCHContainerOperations
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DPCHContainerOperations.h87 class PCHContainerOperations {
95 PCHContainerOperations();
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp237 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 DCodeCompletion.cpp365 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 DInstrument.cpp167 auto PCHOpts = std::make_shared<PCHContainerOperations>(); in main()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp298 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 DTestAST.cpp79 std::make_shared<PCHContainerOperations>()); in TestAST()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1143 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 DPrecompiledPreamble.cpp418 std::shared_ptr<PCHContainerOperations> PCHContainerOps, bool StoreInMemory, in Build()
H A DCompilerInstance.cpp66 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in CompilerInstance()
/freebsd/lib/clang/libclang/
H A DMakefile648 SRCS_MIN+= Serialization/PCHContainerOperations.cpp