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

References

tools/clang/lib/Frontend/ASTUnit.cpp
 2655     return Mod->File;
tools/clang/lib/Serialization/ASTReader.cpp
 5478               CurFile != F.File) {
 5483                 << F.File->getName();
 5489         CurrentModule->setASTFile(F.File);
tools/clang/lib/Serialization/ASTWriter.cpp
 1575       Record.push_back(M.Signature ? 0 : M.File->getSize());
 1576       Record.push_back(M.Signature ? 0 : getTimestampForOutput(M.File));
tools/clang/lib/Serialization/GlobalModuleIndex.cpp
  350   if (File->File->getSize() == Info.Size &&
  351       File->File->getModificationTime() == Info.ModTime) {
tools/clang/lib/Serialization/ModuleManager.cpp
  150   NewModule->File = Entry;
  188       Buf = FileMgr.getBufferForFile(NewModule->File, /*isVolatile=*/false);
  259     Modules.erase(victim->File);