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

References

tools/clang/lib/Sema/SemaModule.cpp
  317     for (auto &Piece : Path) {
  322     ModuleNameLoc = {PP.getIdentifierInfo(ModuleName), Path[0].second};
  323     Path = ModuleIdPath(ModuleNameLoc);
  327       getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible,
  332   return ActOnModuleImport(StartLoc, ExportLoc, ImportLoc, Mod, Path);