Home
last modified time | relevance | path

Searched defs:PCHContainerOps (Results 1 – 11 of 11) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp185 std::shared_ptr<PCHContainerOperations> PCHContainerOps) { in runToolOnCode() argument
214 std::shared_ptr<PCHContainerOperations> PCHContainerOps) { in runToolOnCodeWithArgs() argument
231 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runToolOnCodeWithArgs() argument
354 FileManager *Files, std::shared_ptr<PCHContainerOperations> PCHContainerOps) in ToolInvocation() argument
361 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in ToolInvocation() argument
432 runInvocation(const char * BinaryName,driver::Compilation * Compilation,std::shared_ptr<CompilerInvocation> Invocation,std::shared_ptr<PCHContainerOperations> PCHContainerOps) runInvocation() argument
446 runInvocation(std::shared_ptr<CompilerInvocation> Invocation,FileManager * Files,std::shared_ptr<PCHContainerOperations> PCHContainerOps,DiagnosticConsumer * DiagConsumer) runInvocation() argument
473 ClangTool(const CompilationDatabase & Compilations,ArrayRef<std::string> SourcePaths,std::shared_ptr<PCHContainerOperations> PCHContainerOps,IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS,IntrusiveRefCntPtr<FileManager> Files) ClangTool() argument
651 runInvocation(std::shared_ptr<CompilerInvocation> Invocation,FileManager * Files,std::shared_ptr<PCHContainerOperations> PCHContainerOps,DiagnosticConsumer * DiagConsumer) runInvocation() argument
683 buildASTFromCode(StringRef Code,StringRef FileName,std::shared_ptr<PCHContainerOperations> PCHContainerOps) buildASTFromCode() argument
690 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) buildASTFromCodeWithArgs() argument
[all...]
H A DStandaloneExecution.cpp33 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in StandaloneToolExecutor()
44 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in StandaloneToolExecutor()
H A DAllTUsExecution.cpp66 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in AllTUsToolExecutor() argument
72 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in AllTUsToolExecutor() argument
H A DRefactoring.cpp29 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in RefactoringTool()
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/
H A DTooling.h299 std::shared_ptr<PCHContainerOperations> PCHContainerOps; variable
381 std::shared_ptr<PCHContainerOperations> PCHContainerOps; variable
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp237 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in checkForManualIssues() argument
338 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in applyTransforms() argument
384 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in applyTransformations() argument
392 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in migrateWithTemporaryFiles() argument
509 MigrationProcess(CompilerInvocation & CI,std::shared_ptr<PCHContainerOperations> PCHContainerOps,DiagnosticConsumer * diagClient,StringRef outputDir) MigrationProcess() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/ARCMigrate/
H A DARCMT.h98 std::shared_ptr<PCHContainerOperations> PCHContainerOps; variable
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1131 Parse(std::shared_ptr<PCHContainerOperations> PCHContainerOps,std::unique_ptr<llvm::MemoryBuffer> OverrideMainBuffer,IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) Parse() argument
1328 getMainBufferWithPrecompiledPreamble(std::shared_ptr<PCHContainerOperations> PCHContainerOps,CompilerInvocation & PreambleInvocationIn,IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS,bool AllowRebuild,unsigned MaxLines) getMainBufferWithPrecompiledPreamble() argument
1539 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) LoadFromCompilerInvocationAction() argument
1675 LoadFromCompilerInvocation(std::shared_ptr<PCHContainerOperations> PCHContainerOps,unsigned PrecompilePreambleAfterNParses,IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) LoadFromCompilerInvocation() argument
1710 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) LoadFromCompilerInvocation() argument
1747 LoadFromCommandLine(const char ** ArgBegin,const char ** ArgEnd,std::shared_ptr<PCHContainerOperations> PCHContainerOps,IntrusiveRefCntPtr<DiagnosticsEngine> Diags,StringRef ResourceFilesPath,bool StorePreamblesInMemory,StringRef PreambleStoragePath,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) LoadFromCommandLine() argument
1851 Reparse(std::shared_ptr<PCHContainerOperations> PCHContainerOps,ArrayRef<RemappedFile> RemappedFiles,IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) Reparse() argument
2171 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,std::unique_ptr<SyntaxOnlyAction> Act) CodeComplete() argument
[all...]
H A DPrecompiledPreamble.cpp417 Build(const CompilerInvocation & Invocation,const llvm::MemoryBuffer * MainFileBuffer,PreambleBounds Bounds,DiagnosticsEngine & Diagnostics,IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS,std::shared_ptr<PCHContainerOperations> PCHContainerOps,bool StoreInMemory,StringRef StoragePath,PreambleCallbacks & Callbacks) Build() argument
H A DCompilerInstance.cpp66 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in CompilerInstance() argument
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp150 runInvocation(std::shared_ptr<CompilerInvocation> Invocation,FileManager * FileMgr,std::shared_ptr<PCHContainerOperations> PCHContainerOps,DiagnosticConsumer * DiagConsumer) runInvocation() argument
406 createAndRunToolInvocation(std::vector<std::string> CommandLine,DependencyScanningAction & Action,FileManager & FM,std::shared_ptr<clang::PCHContainerOperations> & PCHContainerOps,DiagnosticsEngine & Diags,DependencyConsumer & Consumer) createAndRunToolInvocation() argument