/llvm-project/clang/lib/Tooling/ |
H A D | Tooling.cpp | 185 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 D | StandaloneExecution.cpp | 33 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in StandaloneToolExecutor() 44 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in StandaloneToolExecutor()
|
H A D | AllTUsExecution.cpp | 66 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in AllTUsToolExecutor() 72 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in AllTUsToolExecutor()
|
H A D | Refactoring.cpp | 29 std::shared_ptr<PCHContainerOperations> PCHContainerOps) in RefactoringTool()
|
/llvm-project/clang/unittests/Frontend/ |
H A D | ASTUnitTest.cpp | 34 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 D | Tooling.h | 299 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 D | handle_cxx.cpp | 47 std::shared_ptr<PCHContainerOperations> PCHContainerOps = in HandleCXX() local
|
/llvm-project/clang/include/clang/ARCMigrate/ |
H A D | ARCMT.h | 98 std::shared_ptr<PCHContainerOperations> PCHContainerOps; variable
|
/llvm-project/clang/lib/ARCMigrate/ |
H A D | ARCMT.cpp | 237 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 D | CIndexer.h | 41 std::shared_ptr<PCHContainerOperations> PCHContainerOps; variable
|
/llvm-project/clang-tools-extra/clangd/indexer/ |
H A D | IndexerMain.cpp | 99 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runInvocation()
|
/llvm-project/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 1143 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 D | PrecompiledPreamble.cpp | 418 std::shared_ptr<PCHContainerOperations> PCHContainerOps, bool StoreInMemory, in Build() argument
|
H A D | CompilerInstance.cpp | 66 CompilerInstance(std::shared_ptr<PCHContainerOperations> PCHContainerOps,InMemoryModuleCache * SharedModuleCache) CompilerInstance() argument
|
/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningWorker.cpp | 298 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 D | DependencyScannerTest.cpp | 57 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runInvocation() argument
|
/llvm-project/clang/tools/c-index-test/ |
H A D | core_main.cpp | 240 auto PCHContainerOps = std::make_shared<PCHContainerOperations>(); printSourceSymbols() local
|
/llvm-project/clang-tools-extra/clang-include-fixer/ |
H A D | IncludeFixer.cpp | 87 std::shared_ptr<clang::PCHContainerOperations> PCHContainerOps, in runInvocation() argument
|
/llvm-project/clang-tools-extra/clang-tidy/ |
H A D | ClangTidy.cpp | 577 std::shared_ptr<PCHContainerOperations> PCHContainerOps, in runClangTidy() argument
|