Home
last modified time | relevance | path

Searched refs:ImportStatement (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstatement.c224 void visit(ImportStatement *) {} in hasCode()
1756 ImportStatement::ImportStatement(Loc loc, Dsymbols *imports) in ImportStatement() function
1762 Statement *ImportStatement::syntaxCopy() in syntaxCopy()
1771 return new ImportStatement(loc, m); in syntaxCopy()
H A Dstatement.h773 class ImportStatement : public Statement
778 ImportStatement(Loc loc, Dsymbols *imports);
H A Dblockexit.c493 void visit(ImportStatement *) in blockExit()
H A Dvisitor.h58 class ImportStatement; variable
352 virtual void visit(ImportStatement *s) { visit((Statement *)s); } in visit()
H A Dparse.c5019 s = new ImportStatement(loc, imports); in parseStatement()
5850 s = new ImportStatement(loc, imports); in parseStatement()
H A Dhdrgen.c687 void visit(ImportStatement *s) in visit()
H A Ddinterpret.c582 void visit(ImportStatement *) in visit() argument
1833 void visit(ImportStatement *s) in visit()
H A Dfunc.c211 void visit(ImportStatement *) { } in visit() argument
H A Dstatementsem.c3740 void visit(ImportStatement *imps) in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dstatement.h758 class ImportStatement : public Statement
763 ImportStatement *syntaxCopy();
H A Dstatement.d315 override void visit(ImportStatement s) in hasCode()
2039 extern (C++) final class ImportStatement : Statement
2049 override ImportStatement syntaxCopy() in syntaxCopy()
2056 return new ImportStatement(loc, m); in syntaxCopy()
H A Dblockexit.d518 override void visit(ImportStatement s) in blockExit()
H A Dvisitor.h58 class ImportStatement; variable
391 virtual void visit(ImportStatement *s) { visit((Statement *)s); } in visit()
H A Dparsetimevisitor.d97 void visit(AST.ImportStatement s) { visit(cast(AST.Statement)s); } in ParseTimeVisitor()
H A Dtransitivevisitor.d307 override void visit(AST.ImportStatement s) in ParseVisitMethods()
H A Dparse.d5724 s = new AST.ImportStatement(loc, imports);
6452 s = new AST.ImportStatement(loc, imports);
H A Dhdrgen.d765 override void visit(ImportStatement s) in visit()
H A Dstatementsem.d3947 override void visit(ImportStatement imps) in package()
H A Ddinterpret.d1716 override void visit(ImportStatement s) in visit()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DTokenAnnotator.cpp1303 bool ImportStatement = false; in parseLine() local
1308 ImportStatement = true; in parseLine()
1323 ImportStatement = true; in parseLine()
1325 ImportStatement = true; in parseLine()
1332 if (ImportStatement) in parseLine()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dtoir.cc1480 void visit (ImportStatement *s) in visit()
H A DChangeLog-2014459 (ImportStatement::toIR): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dtoir.cc1467 void visit (ImportStatement *s) in visit()