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

Declarations

tools/clang/include/clang/Sema/Sema.h
 1415   ModuleLoader &getModuleLoader() const;

References

tools/clang/lib/Sema/SemaLookup.cpp
 4857     getModuleLoader().lookupMissingImports(Typo->getName(),
tools/clang/lib/Sema/SemaModule.cpp
  209     Mod = getModuleLoader().loadModule(ModuleLoc, {ModuleNameLoc},
  327       getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible,
  436   getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, DirectiveLoc);
  519   getModuleLoader().makeModuleVisible(Mod, Module::AllVisible, Loc);