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))
 2324       << SourceRange(ColonLoc, Path.back().second);
 2327     if (ParseModuleName(ImportLoc, Path, /*IsImport*/true))
 2346   else if (!Path.empty())
 2347     Import = Actions.ActOnModuleImport(StartLoc, ExportLoc, ImportLoc, Path);