Home
last modified time | relevance | path

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

/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()
72 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in AllTUsToolExecutor()
H A DRefactoring.cpp29 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in RefactoringTool()
/llvm-project/clang/unittests/Frontend/
H A DASTUnitTest.cpp34 std::shared_ptr<PCHContainerOperations> PCHContainerOps; global() member in __anon5c7f55800111::ASTUnitTest
166 auto PCHContainerOps = std::make_shared<PCHContainerOperations>(); TEST_F() local
193 auto PCHContainerOps = std::make_shared<PCHContainerOperations>(); TEST_F() local
[all...]
/llvm-project/clang/include/clang/Tooling/
H A DTooling.h299 std::shared_ptr<PCHContainerOperations> PCHContainerOps; global() variable
381 std::shared_ptr<PCHContainerOperations> PCHContainerOps; global() variable
[all...]
/llvm-project/clang/tools/clang-fuzzer/handle-cxx/
H A Dhandle_cxx.cpp47 std::shared_ptr<PCHContainerOperations> PCHContainerOps = in HandleCXX() local
/llvm-project/clang/include/clang/ARCMigrate/
H A DARCMT.h98 std::shared_ptr<PCHContainerOperations> PCHContainerOps; variable
/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...]
/llvm-project/clang/tools/libclang/
H A DCIndexer.h41 std::shared_ptr<PCHContainerOperations> PCHContainerOps; variable
/llvm-project/clang-tools-extra/clangd/indexer/
H A DIndexerMain.cpp99 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runInvocation()
/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1143 Parse(std::shared_ptr<PCHContainerOperations> PCHContainerOps,std::unique_ptr<llvm::MemoryBuffer> OverrideMainBuffer,IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) Parse() argument
1340 getMainBufferWithPrecompiledPreamble(std::shared_ptr<PCHContainerOperations> PCHContainerOps,CompilerInvocation & PreambleInvocationIn,IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS,bool AllowRebuild,unsigned MaxLines) getMainBufferWithPrecompiledPreamble() argument
1552 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
1688 LoadFromCompilerInvocation(std::shared_ptr<PCHContainerOperations> PCHContainerOps,unsigned PrecompilePreambleAfterNParses,IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) LoadFromCompilerInvocation() argument
1723 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
1760 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
1864 Reparse(std::shared_ptr<PCHContainerOperations> PCHContainerOps,ArrayRef<RemappedFile> RemappedFiles,IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) Reparse() argument
2184 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.cpp418 std::shared_ptr<PCHContainerOperations> PCHContainerOps, bool StoreInMemory, in Build() argument
H A DCompilerInstance.cpp66 CompilerInstance(std::shared_ptr<PCHContainerOperations> PCHContainerOps,InMemoryModuleCache * SharedModuleCache) CompilerInstance() argument
/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp298 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runInvocation() argument
573 createAndRunToolInvocation(std::vector<std::string> CommandLine,DependencyScanningAction & Action,FileManager & FM,std::shared_ptr<clang::PCHContainerOperations> & PCHContainerOps,DiagnosticsEngine & Diags,DependencyConsumer & Consumer) createAndRunToolInvocation() argument
/llvm-project/clang/unittests/Tooling/DependencyScanning/
H A DDependencyScannerTest.cpp57 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runInvocation() argument
/llvm-project/clang/tools/c-index-test/
H A Dcore_main.cpp240 auto PCHContainerOps = std::make_shared<PCHContainerOperations>(); printSourceSymbols() local
/llvm-project/clang-tools-extra/clang-include-fixer/
H A DIncludeFixer.cpp87 std::shared_ptr<clang::PCHContainerOperations> PCHContainerOps, in runInvocation() argument
/llvm-project/clang-tools-extra/clang-tidy/
H A DClangTidy.cpp577 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runClangTidy() argument