Home | History | Annotate | Download | only in AST

Lines Matching defs:Import

1542   // Using declarations can be replaced if they import the same name from the
4033 : Decl(Import, DC, StartLoc), ImportedAndComplete(Imported, true),
4044 : Decl(Import, DC, StartLoc), ImportedAndComplete(Imported, false),
4062 ImportDecl *Import = new (C, DC, additionalSizeToAlloc<SourceLocation>(1))
4064 Import->setImplicit();
4065 return Import;