Searched refs:StoreInMemory (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | Preamble.h | 102 const ParseInputs &Inputs, bool StoreInMemory,
|
| H A D | Preamble.cpp | 467 const ParseInputs &Inputs, bool StoreInMemory, in buildPreamble() argument 541 StoreInMemory, CapturedInfo); in buildPreamble()
|
| H A D | TUScheduler.cpp | 431 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 D | PrecompiledPreamble.h | 86 bool StoreInMemory, PreambleCallbacks &Callbacks);
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | PrecompiledPreamble.cpp | 405 std::shared_ptr<PCHContainerOperations> PCHContainerOps, bool StoreInMemory, in Build() argument 416 if (StoreInMemory) { in Build() 437 StoreInMemory ? getInMemoryPreamblePath() : Storage->filePath()); in Build()
|