Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h90 bool StoreInMemory, StringRef StoragePath,
/freebsd/contrib/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()