Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp316 std::shared_ptr<PCHContainerOperations> PCHContainerOps, bool StoreInMemory, in Build() argument
326 if (!StoreInMemory) { in Build()
336 PCHStorage Storage = StoreInMemory ? PCHStorage(InMemoryPreamble()) in Build()
349 std::string(StoreInMemory ? getInMemoryPreamblePath() in Build()
414 StoreInMemory ? &Storage.asMemory().Data : nullptr, Callbacks)); in Build()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h87 bool StoreInMemory, PreambleCallbacks &Callbacks);