Home
last modified time | relevance | path

Searched refs:StorePreamblesInMemory (Results 1 – 11 of 11) sorted by relevance

/llvm-project/clang/tools/libclang/
H A DCIndexer.h37 bool StorePreamblesInMemory = false; variable
83 StorePreamblesInMemory = StoreInMemory; in setStorePreamblesInMemory()
85 bool getStorePreamblesInMemory() const { return StorePreamblesInMemory; } in getStorePreamblesInMemory()
H A DCIndex.cpp4133 CIdxr->setStorePreamblesInMemory(options->StorePreamblesInMemory); in clang_parseTranslationUnit_Impl()
/llvm-project/clang/unittests/libclang/
H A DLibclangTest.cpp482 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 DASTUnit.h123 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 DTUScheduler.h223 bool StorePreamblesInMemory = false; member
H A DClangdServer.h111 bool StorePreamblesInMemory = true;
110 bool StorePreamblesInMemory = true; global() member
H A DClangdServer.cpp198 Opts.StorePreamblesInMemory = true; in optsForTest()
207 Opts.StorePreamblesInMemory = StorePreamblesInMemory; in operator TUScheduler::Options()
H A DTUScheduler.cpp844 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 DClangdMain.cpp899 Opts.StorePreamblesInMemory = true; in clangdMain()
902 Opts.StorePreamblesInMemory = false; in clangdMain()
/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1420 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 DIndex.h382 unsigned StorePreamblesInMemory : 1; member
390 * This option is ignored if \a StorePreamblesInMemory is non-zero.