Home
last modified time | relevance | path

Searched refs:StoreInMemory (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/tools/libclang/
H A DCIndexer.h82 void setStorePreamblesInMemory(bool StoreInMemory) { in setStorePreamblesInMemory() argument
83 StorePreamblesInMemory = StoreInMemory; in setStorePreamblesInMemory()
/llvm-project/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h90 bool StoreInMemory, StringRef StoragePath,
/llvm-project/clang-tools-extra/clangd/
H A DPreamble.h158 const ParseInputs &Inputs, bool StoreInMemory,
H A DPreamble.cpp592 const ParseInputs &Inputs, bool StoreInMemory, in buildPreamble() argument
666 StoreInMemory, /*StoragePath=*/"", CapturedInfo); in buildPreamble()
H A DTUScheduler.cpp436 StoreInMemory(StorePreambleInMemory), RunSync(RunSync),
585 const bool StoreInMemory;
1090 FileName, *Req.CI, Inputs, StoreInMemory, in build()
582 const bool StoreInMemory; global() member in clang::clangd::__anon880aeff60611::PreambleThread
/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp418 std::shared_ptr<PCHContainerOperations> PCHContainerOps, bool StoreInMemory, in Build() argument
429 if (StoreInMemory) { in Build()
451 StoreInMemory ? getInMemoryPreamblePath() : Storage->filePath()); in Build()