Home | History | Annotate | Download | only in Lex

Lines Matching defs:Imported

1470       // If we're not building the imported module, warn that we're going
1485 ModuleLoadResult Imported
1488 assert((Imported == 0 || Imported == SuggestedModule) &&
1489 "the imported module is different than the suggested one");
1492 if (!BuildingImportedModule && Imported) {
1496 SearchPath, RelativePath, Imported);
1504 if (!BuildingImportedModule && !Imported.isMissingExpected()) {