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

References

tools/clang/lib/Serialization/ASTReader.cpp
 3866   F.ModuleMapPath = ReadPath(F, Record, Idx);
 3891               << (ImportedBy ? ImportedBy->FileName : "") << F.ModuleMapPath
 3898                 << llvm::sys::path::parent_path(F.ModuleMapPath);
 3907     auto StoredModMap = FileMgr.getFile(F.ModuleMapPath);
 3916             << ModMap->getName() << F.ModuleMapPath << NotImported;
 3959     Listener->ReadModuleMapFile(F.ModuleMapPath);
 5490         CurrentModule->PresumedModuleMapFile = F.ModuleMapPath;