Home | History | Annotate | Download | only in Sema

Lines Matching refs:ImportLoc

13331                                      SourceLocation ImportLoc,
13337 S.Diag(ImportLoc, diag::err_module_import_in_extern_c)
13352 S.Diag(ImportLoc, diag::err_module_import_not_at_top_level)
13361 SourceLocation ImportLoc,
13364 getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible,
13369 checkModuleImportContext(*this, Mod, ImportLoc, CurContext);
13375 Diag(ImportLoc, diag::err_module_self_import)
13392 AtLoc.isValid()? AtLoc : ImportLoc,