HomeSort by: relevance | last modified time | path
    Searched refs:asFile (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Frontend/
PrecompiledPreamble.cpp 350 : 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() {
734 PrecompiledPreamble::PCHStorage::asFile() const {
735 return const_cast<PCHStorage *>(this)->asFile();
754 asFile().~TempPCHFile();
817 const TempPCHFile &PCHFile = Storage.asFile();
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
PrecompiledPreamble.h 189 TempPCHFile &asFile();
190 const TempPCHFile &asFile() const;

Completed in 26 milliseconds