Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h86 bool StoreInMemory, PreambleCallbacks &Callbacks);
/openbsd-src/gnu/llvm/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()