Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp367 static std::unique_ptr<PCHStorage> inMemory(std::shared_ptr<PCHBuffer> Buf) { in inMemory() function in PrecompiledPreamble::PCHStorage
430 Storage = PCHStorage::inMemory(Buffer); in Build()