| /llvm-project/clang/tools/libclang/ |
| H A D | CIndexer.h | 37 bool StorePreamblesInMemory = false; variable 83 StorePreamblesInMemory = StoreInMemory; in setStorePreamblesInMemory() 85 bool getStorePreamblesInMemory() const { return StorePreamblesInMemory; } in getStorePreamblesInMemory()
|
| H A D | CIndex.cpp | 4133 CIdxr->setStorePreamblesInMemory(options->StorePreamblesInMemory); in clang_parseTranslationUnit_Impl()
|
| /llvm-project/clang/unittests/libclang/ |
| H A D | LibclangTest.cpp | 482 virtual bool StorePreamblesInMemory() { return false; } in StorePreamblesInMemory() function in LibclangSetPreambleStoragePathTest 491 Opts.StorePreamblesInMemory = StorePreamblesInMemory(); in CreateIndex() 513 bool StorePreamblesInMemory() override { return true; } in StorePreamblesInMemory() function in LibclangStoreInMemoryNullPreambleStoragePathTest 517 bool StorePreamblesInMemory() override { return true; } in StorePreamblesInMemory() function in LibclangStoreInMemoryEmptyPreambleStoragePathTest 521 bool StorePreamblesInMemory() override { return true; } in StorePreamblesInMemory() function in LibclangStoreInMemoryPreambleDirPreambleStoragePathTest
|
| /llvm-project/clang/include/clang/Frontend/ |
| H A D | ASTUnit.h | 123 bool StorePreamblesInMemory = false; variable 811 /// \param StorePreamblesInMemory - Whether to store PCH in memory. If false, 816 /// used. This parameter is ignored if \p StorePreamblesInMemory is true. 836 bool StorePreamblesInMemory = false,
|
| /llvm-project/clang-tools-extra/clangd/ |
| H A D | TUScheduler.h | 223 bool StorePreamblesInMemory = false; member
|
| H A D | ClangdServer.h | 111 bool StorePreamblesInMemory = true; 110 bool StorePreamblesInMemory = true; global() member
|
| H A D | ClangdServer.cpp | 198 Opts.StorePreamblesInMemory = true; in optsForTest() 207 Opts.StorePreamblesInMemory = StorePreamblesInMemory; in operator TUScheduler::Options()
|
| H A D | TUScheduler.cpp | 844 PreamblePeer(FileName, Callbacks, Opts.StorePreamblesInMemory, RunSync, in ASTWorker() 1868 .addUsage(Opts.StorePreamblesInMemory ? Elem.second.UsedBytesPreamble in profile()
|
| /llvm-project/clang-tools-extra/clangd/tool/ |
| H A D | ClangdMain.cpp | 899 Opts.StorePreamblesInMemory = true; in clangdMain() 902 Opts.StorePreamblesInMemory = false; in clangdMain()
|
| /llvm-project/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 1420 PCHContainerOps, StorePreamblesInMemory, PreambleStoragePath, in getMainBufferWithPrecompiledPreamble() 1769 bool StorePreamblesInMemory, StringRef PreambleStoragePath, in LoadFromCommandLine() 1834 AST->StorePreamblesInMemory = StorePreamblesInMemory; in LoadFromCommandLine() 1762 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
|
| /llvm-project/clang/include/clang-c/ |
| H A D | Index.h | 382 unsigned StorePreamblesInMemory : 1; member 390 * This option is ignored if \a StorePreamblesInMemory is non-zero.
|