Lines Matching refs:Import
751 // Import this module's parent.
756 // Import this module's dependencies.
804 // Find all of the modules to import, making a little effort to prune
2843 case Decl::Import: {
2844 ImportDecl *Import = cast<ImportDecl>(D);
2846 // Ignore import declarations that come from imported modules.
2847 if (clang::Module *Owner = Import->getOwningModule()) {
2853 ImportedModules.insert(Import->getImportedModule());