Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DPreamble.h102 const ParseInputs &Inputs, bool StoreInMemory,
H A DPreamble.cpp467 const ParseInputs &Inputs, bool StoreInMemory, in buildPreamble() argument
541 StoreInMemory, CapturedInfo); in buildPreamble()
H A DTUScheduler.cpp431 StoreInMemory(StorePreambleInMemory), RunSync(RunSync), in PreambleThread()
571 const bool StoreInMemory; member in clang::clangd::__anon589430d30611::PreambleThread
1068 FileName, *Req.CI, Inputs, StoreInMemory, in build()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h86 bool StoreInMemory, PreambleCallbacks &Callbacks);
/llvm-project-15.0.7/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp405 std::shared_ptr<PCHContainerOperations> PCHContainerOps, bool StoreInMemory, in Build() argument
416 if (StoreInMemory) { in Build()
437 StoreInMemory ? getInMemoryPreamblePath() : Storage->filePath()); in Build()