Searched refs:ImportStatement (Results 1 – 23 of 23) sorted by relevance
224 void visit(ImportStatement *) {} in hasCode()1756 ImportStatement::ImportStatement(Loc loc, Dsymbols *imports) in ImportStatement() function1762 Statement *ImportStatement::syntaxCopy() in syntaxCopy()1771 return new ImportStatement(loc, m); in syntaxCopy()
773 class ImportStatement : public Statement778 ImportStatement(Loc loc, Dsymbols *imports);
493 void visit(ImportStatement *) in blockExit()
58 class ImportStatement; variable352 virtual void visit(ImportStatement *s) { visit((Statement *)s); } in visit()
5019 s = new ImportStatement(loc, imports); in parseStatement()5850 s = new ImportStatement(loc, imports); in parseStatement()
687 void visit(ImportStatement *s) in visit()
582 void visit(ImportStatement *) in visit() argument1833 void visit(ImportStatement *s) in visit()
211 void visit(ImportStatement *) { } in visit() argument
3740 void visit(ImportStatement *imps) in visit()
758 class ImportStatement : public Statement763 ImportStatement *syntaxCopy();
315 override void visit(ImportStatement s) in hasCode()2039 extern (C++) final class ImportStatement : Statement2049 override ImportStatement syntaxCopy() in syntaxCopy()2056 return new ImportStatement(loc, m); in syntaxCopy()
518 override void visit(ImportStatement s) in blockExit()
58 class ImportStatement; variable391 virtual void visit(ImportStatement *s) { visit((Statement *)s); } in visit()
97 void visit(AST.ImportStatement s) { visit(cast(AST.Statement)s); } in ParseTimeVisitor()
307 override void visit(AST.ImportStatement s) in ParseVisitMethods()
5724 s = new AST.ImportStatement(loc, imports);6452 s = new AST.ImportStatement(loc, imports);
765 override void visit(ImportStatement s) in visit()
3947 override void visit(ImportStatement imps) in package()
1716 override void visit(ImportStatement s) in visit()
1303 bool ImportStatement = false; in parseLine() local1308 ImportStatement = true; in parseLine()1323 ImportStatement = true; in parseLine()1325 ImportStatement = true; in parseLine()1332 if (ImportStatement) in parseLine()
1480 void visit (ImportStatement *s) in visit()
459 (ImportStatement::toIR): Likewise.
1467 void visit (ImportStatement *s) in visit()