Home | History | Annotate | Download | only in Parse

Lines Matching defs:Import

1965   // FIXME: Support module import within __if_exists?
1979 "Improper start to module import");
2016 DeclResult Import = Actions.ActOnModuleImport(AtLoc, ImportLoc, Path);
2018 if (Import.isInvalid())
2021 return Actions.ConvertDeclToDeclGroup(Import.get());
2040 // Module import found where it should not be, for instance, inside a
2046 // If there is another module import, process it.