Home | History | Annotate | Download | only in AST

Lines Matching refs:Imported

2996                        Module *Imported,
2998 : Decl(Import, DC, StartLoc), ImportedAndComplete(Imported, true),
3001 assert(getNumModuleIdentifiers(Imported) == IdentifierLocs.size());
3008 Module *Imported, SourceLocation EndLoc)
3009 : Decl(Import, DC, StartLoc), ImportedAndComplete(Imported, false),
3016 SourceLocation StartLoc, Module *Imported,
3020 return new (Mem) ImportDecl(DC, StartLoc, Imported, IdentifierLocs);
3025 Module *Imported,
3028 ImportDecl *Import = new (Mem) ImportDecl(DC, StartLoc, Imported, EndLoc);