Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp200 static std::unique_ptr<TempPCHFile> create(StringRef StoragePath) { in create() argument
214 if (StoragePath.empty()) in create()
217 llvm::SmallString<128> TempPath = StoragePath; in create()
418 StringRef StoragePath, PreambleCallbacks &Callbacks) { in Build() argument
434 TempPCHFile::create(StoragePath); in Build()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h90 bool StoreInMemory, StringRef StoragePath,