Home | History | Annotate | Download | only in AST

Lines Matching refs:Import

563     case Import:
1107 // If this is a newly-created (not de-serialized) import declaration, wire
1108 // it in to the list of local import declarations.
1110 if (ImportDecl *Import = dyn_cast<ImportDecl>(D))
1111 Import);