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

/netbsd-current/external/apache2/llvm/dist/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,
/netbsd-current/external/apache2/llvm/dist/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.cpp158 std::shared_ptr<PCHContainerOperations> PCHContainerOps) {
161 "clang-tool", std::move(PCHContainerOps));
187 std::shared_ptr<PCHContainerOperations> PCHContainerOps) {
196 std::move(ToolAction), Files.get(), std::move(PCHContainerOps));
204 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
304 FileManager *Files, std::shared_ptr<PCHContainerOperations> PCHContainerOps)
306 Files(Files), PCHContainerOps(std::move(PCHContainerOps)) {}
311 std::shared_ptr<PCHContainerOperations> PCHContainerOps)
315 PCHContainerOps(st
156 runToolOnCode(std::unique_ptr<FrontendAction> ToolAction, const Twine &Code, const Twine &FileName, std::shared_ptr<PCHContainerOperations> PCHContainerOps) argument
182 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
200 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
302 ToolInvocation( std::vector<std::string> CommandLine, ToolAction *Action, FileManager *Files, std::shared_ptr<PCHContainerOperations> PCHContainerOps) argument
308 ToolInvocation( std::vector<std::string> CommandLine, std::unique_ptr<FrontendAction> FAction, FileManager *Files, std::shared_ptr<PCHContainerOperations> PCHContainerOps) argument
364 runInvocation( const char *BinaryName, driver::Compilation *Compilation, std::shared_ptr<CompilerInvocation> Invocation, std::shared_ptr<PCHContainerOperations> PCHContainerOps) argument
379 runInvocation( std::shared_ptr<CompilerInvocation> Invocation, FileManager *Files, std::shared_ptr<PCHContainerOperations> PCHContainerOps, DiagnosticConsumer *DiagConsumer) argument
406 ClangTool(const CompilationDatabase &Compilations, ArrayRef<std::string> SourcePaths, std::shared_ptr<PCHContainerOperations> PCHContainerOps, IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS, IntrusiveRefCntPtr<FileManager> Files) argument
551 PCHContainerOps); local
617 buildASTFromCode(StringRef Code, StringRef FileName, std::shared_ptr<PCHContainerOperations> PCHContainerOps) argument
623 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
/netbsd-current/external/apache2/llvm/dist/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;
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Tooling/
H A DTooling.h81 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
98 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
153 /// \param PCHContainerOps The PCHContainerOperations for loading and creating
159 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
175 /// \param PCHContainerOps The PCHContainerOperations for loading and creating
183 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
193 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
200 /// \param PCHContainerOps The PCHContainerOperations for loading and creating
206 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
216 /// \param PCHContainerOps Th
283 std::shared_ptr<PCHContainerOperations> PCHContainerOps; member in class:clang::tooling::ToolInvocation
369 std::shared_ptr<PCHContainerOperations> PCHContainerOps; member in class:clang::tooling::ClangTool
[all...]
H A DStandaloneExecution.h41 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
50 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
H A DAllTUsExecution.h34 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
42 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
H A DRefactoring.h42 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
/netbsd-current/external/apache2/llvm/dist/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
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningWorker.h68 std::shared_ptr<PCHContainerOperations> PCHContainerOps; member in class:clang::tooling::dependencies::DependencyScanningWorker
/netbsd-current/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DARCMT.cpp239 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
255 createInvocationForMigration(origCI, PCHContainerOps->getRawReader()));
272 std::move(CInvok), PCHContainerOps, Diags));
340 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
350 if (arcmt::checkForManualIssues(CInvokForCheck, Input, PCHContainerOps,
359 MigrationProcess migration(CInvok, PCHContainerOps, DiagClient, outputDir);
386 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
388 return applyTransforms(origCI, Input, PCHContainerOps, DiagClient,
394 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
398 return applyTransforms(origCI, Input, PCHContainerOps, DiagClien
237 checkForManualIssues( CompilerInvocation &origCI, const FrontendInputFile &Input, std::shared_ptr<PCHContainerOperations> PCHContainerOps, DiagnosticConsumer *DiagClient, bool emitPremigrationARCErrors, StringRef plistOut) argument
339 applyTransforms(CompilerInvocation &origCI, const FrontendInputFile &Input, std::shared_ptr<PCHContainerOperations> PCHContainerOps, DiagnosticConsumer *DiagClient, StringRef outputDir, bool emitPremigrationARCErrors, StringRef plistOut) argument
384 applyTransformations( CompilerInvocation &origCI, const FrontendInputFile &Input, std::shared_ptr<PCHContainerOperations> PCHContainerOps, DiagnosticConsumer *DiagClient) argument
392 migrateWithTemporaryFiles( CompilerInvocation &origCI, const FrontendInputFile &Input, std::shared_ptr<PCHContainerOperations> PCHContainerOps, DiagnosticConsumer *DiagClient, StringRef outputDir, bool emitPremigrationARCErrors, StringRef plistOut) argument
509 MigrationProcess( const CompilerInvocation &CI, std::shared_ptr<PCHContainerOperations> PCHContainerOps, DiagnosticConsumer *diagClient, StringRef outputDir) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp62 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
65 CompilerInstance Compiler(std::move(PCHContainerOps));
156 PCHContainerOps = std::make_shared<PCHContainerOperations>();
191 tooling::ClangTool Tool(CDB, Input, PCHContainerOps, RealFS, Files);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DASTUnit.h370 bool Parse(std::shared_ptr<PCHContainerOperations> PCHContainerOps,
375 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
717 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
728 /// \param PCHContainerOps - The PCHContainerOperations to use for loading and
752 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
769 /// \param PCHContainerOps - The PCHContainerOperations to use for loading and
779 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
796 /// \param PCHContainerOps - The PCHContainerOperations to use for loading and
820 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
851 bool Reparse(std::shared_ptr<PCHContainerOperations> PCHContainerOps,
[all...]
H A DPrecompiledPreamble.h74 /// \param PCHContainerOps An instance of PCHContainerOperations.
86 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
H A DCompilerInstance.h185 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp1097 bool ASTUnit::Parse(std::shared_ptr<PCHContainerOperations> PCHContainerOps, argument
1117 new CompilerInstance(std::move(PCHContainerOps)));
1294 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
1370 PCHContainerOps, /*StoreInMemory=*/false, Callbacks);
1504 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
1548 new CompilerInstance(std::move(PCHContainerOps)));
1640 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
1658 getMainBufferWithPrecompiledPreamble(PCHContainerOps, *Invocation, VFS);
1670 return Parse(std::move(PCHContainerOps), std::move(OverrideMainBuffer), VFS);
1675 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
1293 getMainBufferWithPrecompiledPreamble( std::shared_ptr<PCHContainerOperations> PCHContainerOps, CompilerInvocation &PreambleInvocationIn, IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, bool AllowRebuild, unsigned MaxLines) argument
1502 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
1639 LoadFromCompilerInvocation( std::shared_ptr<PCHContainerOperations> PCHContainerOps, unsigned PrecompilePreambleAfterNParses, IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) argument
1673 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
1710 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, llvm::Optional<StringRef> ModuleFormat, std::unique_ptr<ASTUnit> *ErrAST, IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) argument
1807 Reparse(std::shared_ptr<PCHContainerOperations> PCHContainerOps, ArrayRef<RemappedFile> RemappedFiles, IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) argument
2118 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.cpp316 std::shared_ptr<PCHContainerOperations> PCHContainerOps, bool StoreInMemory,
358 new CompilerInstance(std::move(PCHContainerOps)));
311 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.cpp59 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
65 ThePCHContainerOperations(std::move(PCHContainerOps)) {}
58 CompilerInstance( std::shared_ptr<PCHContainerOperations> PCHContainerOps, InMemoryModuleCache *SharedModuleCache) argument
/netbsd-current/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dcore_main.cpp236 auto PCHContainerOps = std::make_shared<PCHContainerOperations>(); local
238 std::move(CInvok), PCHContainerOps, Diags, IndexAction.get()));

Completed in 242 milliseconds