Searched refs:asFile (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp345 : Storage.asFile().getFilePath());
484 if (llvm::sys::fs::file_size(Storage.asFile().getFilePath(), Result))
688 new (&asFile()) TempPCHFile(std::move(File));
710 new (&asFile()) TempPCHFile(std::move(Other.asFile()));
728 PrecompiledPreamble::TempPCHFile &PrecompiledPreamble::PCHStorage::asFile() { function in class:PrecompiledPreamble::PCHStorage
734 PrecompiledPreamble::PCHStorage::asFile() const { function in class:PrecompiledPreamble::PCHStorage
735 return const_cast<PCHStorage *>(this)->asFile();
754 asFile().~TempPCHFile();
816 const TempPCHFile &PCHFile = Storage.asFile();
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h188 TempPCHFile &asFile();
189 const TempPCHFile &asFile() const;

Completed in 59 milliseconds