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

References

tools/clang/lib/Parse/Parser.cpp
 2319     if (ParseModuleName(ImportLoc, Path, /*IsImport*/true))
 2327     if (ParseModuleName(ImportLoc, Path, /*IsImport*/true))
 2345         Actions.ActOnModuleImport(StartLoc, ExportLoc, ImportLoc, HeaderUnit);
 2347     Import = Actions.ActOnModuleImport(StartLoc, ExportLoc, ImportLoc, Path);