Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h144 static llvm::ErrorOr<TempPCHFile> createFromCustomPath(const Twine &Path);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp519 return TempPCHFile::createFromCustomPath(TmpFile); in CreateNewPreamblePCHFile()
540 PrecompiledPreamble::TempPCHFile::createFromCustomPath(const Twine &Path) { in createFromCustomPath() function in PrecompiledPreamble::TempPCHFile