Searched refs:PCHContainerOps (Results 1 - 21 of 21) sorted by relevance

/openbsd-current/gnu/llvm/clang/include/clang/ARCMigrate/
H A DARCMT.h42 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
54 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
70 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
98 std::shared_ptr<PCHContainerOperations> PCHContainerOps; member in class:clang::arcmt::MigrationProcess
106 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
/openbsd-current/gnu/llvm/clang/lib/Tooling/
H A DStandaloneExecution.cpp33 std::shared_ptr<PCHContainerOperations> PCHContainerOps)
34 : Tool(Compilations, SourcePaths, std::move(PCHContainerOps),
44 std::shared_ptr<PCHContainerOperations> PCHContainerOps)
47 std::move(PCHContainerOps)),
29 StandaloneToolExecutor( const CompilationDatabase &Compilations, llvm::ArrayRef<std::string> SourcePaths, IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS, std::shared_ptr<PCHContainerOperations> PCHContainerOps) argument
42 StandaloneToolExecutor( CommonOptionsParser Options, std::shared_ptr<PCHContainerOperations> PCHContainerOps) argument
H A DTooling.cpp177 std::shared_ptr<PCHContainerOperations> PCHContainerOps) {
180 "clang-tool", std::move(PCHContainerOps));
206 std::shared_ptr<PCHContainerOperations> PCHContainerOps) {
215 std::move(ToolAction), Files.get(), std::move(PCHContainerOps));
223 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
323 FileManager *Files, std::shared_ptr<PCHContainerOperations> PCHContainerOps)
325 Files(Files), PCHContainerOps(std::move(PCHContainerOps)) {}
330 std::shared_ptr<PCHContainerOperations> PCHContainerOps)
334 PCHContainerOps(st
175 runToolOnCode(std::unique_ptr<FrontendAction> ToolAction, const Twine &Code, const Twine &FileName, std::shared_ptr<PCHContainerOperations> PCHContainerOps) argument
201 runToolOnCodeWithArgs( std::unique_ptr<FrontendAction> ToolAction, const Twine &Code, llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, const std::vector<std::string> &Args, const Twine &FileName, const Twine &ToolName, std::shared_ptr<PCHContainerOperations> PCHContainerOps) argument
219 runToolOnCodeWithArgs( std::unique_ptr<FrontendAction> ToolAction, const Twine &Code, const std::vector<std::string> &Args, const Twine &FileName, const Twine &ToolName, std::shared_ptr<PCHContainerOperations> PCHContainerOps, const FileContentMappings &VirtualMappedFiles) argument
321 ToolInvocation( std::vector<std::string> CommandLine, ToolAction *Action, FileManager *Files, std::shared_ptr<PCHContainerOperations> PCHContainerOps) argument
327 ToolInvocation( std::vector<std::string> CommandLine, std::unique_ptr<FrontendAction> FAction, FileManager *Files, std::shared_ptr<PCHContainerOperations> PCHContainerOps) argument
398 runInvocation( const char *BinaryName, driver::Compilation *Compilation, std::shared_ptr<CompilerInvocation> Invocation, std::shared_ptr<PCHContainerOperations> PCHContainerOps) argument
413 runInvocation( std::shared_ptr<CompilerInvocation> Invocation, FileManager *Files, std::shared_ptr<PCHContainerOperations> PCHContainerOps, DiagnosticConsumer *DiagConsumer) argument
440 ClangTool(const CompilationDatabase &Compilations, ArrayRef<std::string> SourcePaths, std::shared_ptr<PCHContainerOperations> PCHContainerOps, IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS, IntrusiveRefCntPtr<FileManager> Files) argument
585 PCHContainerOps); local
651 buildASTFromCode(StringRef Code, StringRef FileName, std::shared_ptr<PCHContainerOperations> PCHContainerOps) argument
657 buildASTFromCodeWithArgs( StringRef Code, const std::vector<std::string> &Args, StringRef FileName, StringRef ToolName, std::shared_ptr<PCHContainerOperations> PCHContainerOps, ArgumentsAdjuster Adjuster, const FileContentMappings &VirtualMappedFiles, DiagnosticConsumer *DiagConsumer) argument
[all...]
H A DRefactoring.cpp29 std::shared_ptr<PCHContainerOperations> PCHContainerOps)
30 : ClangTool(Compilations, SourcePaths, std::move(PCHContainerOps)) {}
27 RefactoringTool( const CompilationDatabase &Compilations, ArrayRef<std::string> SourcePaths, std::shared_ptr<PCHContainerOperations> PCHContainerOps) argument
H A DAllTUsExecution.cpp66 std::shared_ptr<PCHContainerOperations> PCHContainerOps)
72 std::shared_ptr<PCHContainerOperations> PCHContainerOps)
64 AllTUsToolExecutor( const CompilationDatabase &Compilations, unsigned ThreadCount, std::shared_ptr<PCHContainerOperations> PCHContainerOps) argument
70 AllTUsToolExecutor( CommonOptionsParser Options, unsigned ThreadCount, std::shared_ptr<PCHContainerOperations> PCHContainerOps) argument
/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DCIndexer.h40 std::shared_ptr<PCHContainerOperations> PCHContainerOps; member in class:clang::CIndexer
47 CIndexer(std::shared_ptr<PCHContainerOperations> PCHContainerOps =
50 Options(CXGlobalOpt_None), PCHContainerOps(std::move(PCHContainerOps)) {
65 return PCHContainerOps;
/openbsd-current/gnu/llvm/clang/include/clang/Tooling/
H A DTooling.h88 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
105 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
160 /// \param PCHContainerOps The PCHContainerOperations for loading and creating
166 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
182 /// \param PCHContainerOps The PCHContainerOperations for loading and creating
190 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
200 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
207 /// \param PCHContainerOps The PCHContainerOperations for loading and creating
213 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
223 /// \param PCHContainerOps Th
296 std::shared_ptr<PCHContainerOperations> PCHContainerOps; member in class:clang::tooling::ToolInvocation
383 std::shared_ptr<PCHContainerOperations> PCHContainerOps; member in class:clang::tooling::ClangTool
[all...]
H A DStandaloneExecution.h42 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
51 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
H A DAllTUsExecution.h35 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
43 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
H A DRefactoring.h42 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
/openbsd-current/gnu/llvm/clang/tools/clang-fuzzer/handle-cxx/
H A Dhandle_cxx.cpp47 std::shared_ptr<PCHContainerOperations> PCHContainerOps = local
49 action->runInvocation(std::move(Invocation), Files.get(), PCHContainerOps, local
/openbsd-current/gnu/llvm/clang/lib/ARCMigrate/
H A DARCMT.cpp237 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
253 createInvocationForMigration(origCI, PCHContainerOps->getRawReader()));
270 std::move(CInvok), PCHContainerOps, Diags));
338 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
348 if (arcmt::checkForManualIssues(CInvokForCheck, Input, PCHContainerOps,
357 MigrationProcess migration(CInvok, PCHContainerOps, DiagClient, outputDir);
384 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
386 return applyTransforms(origCI, Input, PCHContainerOps, DiagClient,
392 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
396 return applyTransforms(origCI, Input, PCHContainerOps, DiagClien
235 checkForManualIssues( CompilerInvocation &origCI, const FrontendInputFile &Input, std::shared_ptr<PCHContainerOperations> PCHContainerOps, DiagnosticConsumer *DiagClient, bool emitPremigrationARCErrors, StringRef plistOut) argument
337 applyTransforms(CompilerInvocation &origCI, const FrontendInputFile &Input, std::shared_ptr<PCHContainerOperations> PCHContainerOps, DiagnosticConsumer *DiagClient, StringRef outputDir, bool emitPremigrationARCErrors, StringRef plistOut) argument
382 applyTransformations( CompilerInvocation &origCI, const FrontendInputFile &Input, std::shared_ptr<PCHContainerOperations> PCHContainerOps, DiagnosticConsumer *DiagClient) argument
390 migrateWithTemporaryFiles( CompilerInvocation &origCI, const FrontendInputFile &Input, std::shared_ptr<PCHContainerOperations> PCHContainerOps, DiagnosticConsumer *DiagClient, StringRef outputDir, bool emitPremigrationARCErrors, StringRef plistOut) argument
507 MigrationProcess( const CompilerInvocation &CI, std::shared_ptr<PCHContainerOperations> PCHContainerOps, DiagnosticConsumer *diagClient, StringRef outputDir) argument
[all...]
/openbsd-current/gnu/llvm/clang/include/clang/Frontend/
H A DASTUnit.h369 bool Parse(std::shared_ptr<PCHContainerOperations> PCHContainerOps,
374 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
718 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
729 /// \param PCHContainerOps - The PCHContainerOperations to use for loading and
753 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
770 /// \param PCHContainerOps - The PCHContainerOperations to use for loading and
780 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
797 /// \param PCHContainerOps - The PCHContainerOperations to use for loading and
821 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
852 bool Reparse(std::shared_ptr<PCHContainerOperations> PCHContainerOps,
[all...]
H A DPrecompiledPreamble.h73 /// \param PCHContainerOps An instance of PCHContainerOperations.
85 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
H A DCompilerInstance.h185 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
/openbsd-current/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningWorker.h99 std::shared_ptr<PCHContainerOperations> PCHContainerOps; member in class:clang::tooling::dependencies::DependencyScanningWorker
/openbsd-current/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp159 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
178 ScanInstanceStorage.emplace(std::move(PCHContainerOps));
322 PCHContainerOps = std::make_shared<PCHContainerOperations>();
323 PCHContainerOps->registerReader(
327 PCHContainerOps->registerWriter(
462 PCHContainerOps);
/openbsd-current/gnu/llvm/clang/lib/Frontend/
H A DASTUnit.cpp1123 bool ASTUnit::Parse(std::shared_ptr<PCHContainerOperations> PCHContainerOps, argument
1143 new CompilerInstance(std::move(PCHContainerOps)));
1320 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
1396 PCHContainerOps, /*StoreInMemory=*/false, Callbacks);
1530 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
1574 new CompilerInstance(std::move(PCHContainerOps)));
1666 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
1684 getMainBufferWithPrecompiledPreamble(PCHContainerOps, *Invocation, VFS);
1696 return Parse(std::move(PCHContainerOps), std::move(OverrideMainBuffer), VFS);
1701 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
1319 getMainBufferWithPrecompiledPreamble( std::shared_ptr<PCHContainerOperations> PCHContainerOps, CompilerInvocation &PreambleInvocationIn, IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, bool AllowRebuild, unsigned MaxLines) argument
1528 LoadFromCompilerInvocationAction( std::shared_ptr<CompilerInvocation> CI, std::shared_ptr<PCHContainerOperations> PCHContainerOps, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, FrontendAction *Action, ASTUnit *Unit, bool Persistent, StringRef ResourceFilesPath, bool OnlyLocalDecls, CaptureDiagsKind CaptureDiagnostics, unsigned PrecompilePreambleAfterNParses, bool CacheCodeCompletionResults, bool UserFilesAreVolatile, std::unique_ptr<ASTUnit> *ErrAST) argument
1665 LoadFromCompilerInvocation( std::shared_ptr<PCHContainerOperations> PCHContainerOps, unsigned PrecompilePreambleAfterNParses, IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) argument
1699 LoadFromCompilerInvocation( std::shared_ptr<CompilerInvocation> CI, std::shared_ptr<PCHContainerOperations> PCHContainerOps, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, FileManager *FileMgr, bool OnlyLocalDecls, CaptureDiagsKind CaptureDiagnostics, unsigned PrecompilePreambleAfterNParses, TranslationUnitKind TUKind, bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, bool UserFilesAreVolatile) argument
1736 LoadFromCommandLine( const char **ArgBegin, const char **ArgEnd, std::shared_ptr<PCHContainerOperations> PCHContainerOps, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, StringRef ResourceFilesPath, bool OnlyLocalDecls, CaptureDiagsKind CaptureDiagnostics, ArrayRef<RemappedFile> RemappedFiles, bool RemappedFilesKeepOriginalName, unsigned PrecompilePreambleAfterNParses, TranslationUnitKind TUKind, bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, bool AllowPCHWithCompilerErrors, SkipFunctionBodiesScope SkipFunctionBodies, bool SingleFileParse, bool UserFilesAreVolatile, bool ForSerialization, bool RetainExcludedConditionalBlocks, std::optional<StringRef> ModuleFormat, std::unique_ptr<ASTUnit> *ErrAST, IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) argument
1835 Reparse(std::shared_ptr<PCHContainerOperations> PCHContainerOps, ArrayRef<RemappedFile> RemappedFiles, IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) argument
2148 CodeComplete( StringRef File, unsigned Line, unsigned Column, ArrayRef<RemappedFile> RemappedFiles, bool IncludeMacros, bool IncludeCodePatterns, bool IncludeBriefComments, CodeCompleteConsumer &Consumer, std::shared_ptr<PCHContainerOperations> PCHContainerOps, DiagnosticsEngine &Diag, LangOptions &LangOpts, SourceManager &SourceMgr, FileManager &FileMgr, SmallVectorImpl<StoredDiagnostic> &StoredDiagnostics, SmallVectorImpl<const llvm::MemoryBuffer *> &OwnedBuffers) argument
[all...]
H A DPrecompiledPreamble.cpp405 std::shared_ptr<PCHContainerOperations> PCHContainerOps, bool StoreInMemory,
445 new CompilerInstance(std::move(PCHContainerOps)));
400 Build( const CompilerInvocation &Invocation, const llvm::MemoryBuffer *MainFileBuffer, PreambleBounds Bounds, DiagnosticsEngine &Diagnostics, IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, std::shared_ptr<PCHContainerOperations> PCHContainerOps, bool StoreInMemory, PreambleCallbacks &Callbacks) argument
H A DCompilerInstance.cpp65 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
71 ThePCHContainerOperations(std::move(PCHContainerOps)) {}
64 CompilerInstance( std::shared_ptr<PCHContainerOperations> PCHContainerOps, InMemoryModuleCache *SharedModuleCache) argument
/openbsd-current/gnu/llvm/clang/tools/c-index-test/
H A Dcore_main.cpp240 auto PCHContainerOps = std::make_shared<PCHContainerOperations>(); local
242 std::move(CInvok), PCHContainerOps, Diags, IndexAction.get()));

Completed in 294 milliseconds