Searched refs:createFromCustomPath (Results 1 – 2 of 2) sorted by relevance
144 static llvm::ErrorOr<TempPCHFile> createFromCustomPath(const Twine &Path);
519 return TempPCHFile::createFromCustomPath(TmpFile); in CreateNewPreamblePCHFile()540 PrecompiledPreamble::TempPCHFile::createFromCustomPath(const Twine &Path) { in createFromCustomPath() function in PrecompiledPreamble::TempPCHFile