Searched refs:StoreInMemory (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang/tools/libclang/ |
H A D | CIndexer.h | 82 void setStorePreamblesInMemory(bool StoreInMemory) { in setStorePreamblesInMemory() argument 83 StorePreamblesInMemory = StoreInMemory; in setStorePreamblesInMemory()
|
/llvm-project/clang/include/clang/Frontend/ |
H A D | PrecompiledPreamble.h | 90 bool StoreInMemory, StringRef StoragePath,
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | Preamble.h | 158 const ParseInputs &Inputs, bool StoreInMemory,
|
H A D | Preamble.cpp | 592 const ParseInputs &Inputs, bool StoreInMemory, in buildPreamble() argument 666 StoreInMemory, /*StoragePath=*/"", CapturedInfo); in buildPreamble()
|
H A D | TUScheduler.cpp | 436 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 D | PrecompiledPreamble.cpp | 418 std::shared_ptr<PCHContainerOperations> PCHContainerOps, bool StoreInMemory, in Build() argument 429 if (StoreInMemory) { in Build() 451 StoreInMemory ? getInMemoryPreamblePath() : Storage->filePath()); in Build()
|