reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Frontend/PrecompiledPreamble.cpp
  567   TemporaryFiles::getInstance().addFile(*this->FilePath);
  571   FilePath = std::move(Other.FilePath);
  571   FilePath = std::move(Other.FilePath);
  572   Other.FilePath = None;
  579   FilePath = std::move(Other.FilePath);
  579   FilePath = std::move(Other.FilePath);
  580   Other.FilePath = None;
  587   if (FilePath) {
  588     TemporaryFiles::getInstance().removeFile(*FilePath);
  589     FilePath = None;
  594   assert(FilePath && "TempPCHFile doesn't have a FilePath. Had it been moved?");
  595   return *FilePath;