Home
last modified time | relevance | path

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

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