Home
last modified time | relevance | path

Searched refs:WhileStatement (Results 1 – 25 of 30) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
H A DNodes.h292 class WhileStatement final : public Statement {
294 WhileStatement() : Statement(NodeKind::WhileStatement) {} in WhileStatement() function
H A DNodes.td230 def WhileStatement : External<Statement> {}
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstatement.c761 WhileStatement::WhileStatement(Loc loc, Expression *c, Statement *b, Loc endloc) in WhileStatement() function
769 Statement *WhileStatement::syntaxCopy() in syntaxCopy()
771 return new WhileStatement(loc, in syntaxCopy()
777 bool WhileStatement::hasBreak() in hasBreak()
782 bool WhileStatement::hasContinue() in hasContinue()
H A Dsapply.c74 void visit(WhileStatement *s) in visit()
H A Dstatement.h247 class WhileStatement : public Statement
254 WhileStatement(Loc loc, Expression *c, Statement *b, Loc endloc);
H A Dblockexit.c146 void visit(WhileStatement *) in blockExit()
H A Dvisitor.h25 class WhileStatement; variable
319 virtual void visit(WhileStatement *s) { visit((Statement *)s); } in visit()
H A Dhdrgen.c196 void visit(WhileStatement *s) in visit()
H A Ddinterpret.c455 void visit(WhileStatement *) in visit() argument
1315 void visit(WhileStatement *) in visit() argument
H A Dfunc.c103 void visit(WhileStatement *s) in visit()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DSynthesis.cpp124 case syntax::NodeKind::WhileStatement: in allocateTree()
125 return new (A.getAllocator()) syntax::WhileStatement; in allocateTree()
H A DNodes.cpp285 syntax::Leaf *syntax::WhileStatement::getWhileKeyword() { in getWhileKeyword()
290 syntax::Statement *syntax::WhileStatement::getBody() { in getBody()
H A DBuildTree.cpp1484 new (allocator()) syntax::WhileStatement, S); in WalkUpFromWhileStmt()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dstatement_rewrite_walker.d84 override void visit(WhileStatement s) in visit()
H A Dsapply.d90 override void visit(WhileStatement s) in visit()
H A Dstatement.h275 class WhileStatement : public Statement
283 WhileStatement *syntaxCopy();
H A Dstatement.d389 …inout(WhileStatement) isWhileStatement() { return stmt == STMT.While ? cast(type… in isWhileStatement()
784 extern (C++) final class WhileStatement : Statement
800 override WhileStatement syntaxCopy() in syntaxCopy()
802 return new WhileStatement(loc, in syntaxCopy()
H A Dblockexit.d198 override void visit(WhileStatement s) in blockExit()
H A Dvisitor.h25 class WhileStatement; variable
397 virtual void visit(WhileStatement *s) { visit((Statement *)s); } in visit()
H A Dparsetimevisitor.d103 void visit(AST.WhileStatement s) { visit(cast(AST.Statement)s); } in ParseTimeVisitor()
H A Dtransitivevisitor.d112 override void visit(AST.WhileStatement s) in ParseVisitMethods()
H A Dcparse.d387 s = new AST.WhileStatement(loc, condition, _body, endloc, null);
H A Dhdrgen.d251 override void visit(WhileStatement s) in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dtoir.cc621 void visit (WhileStatement *) in visit() argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dtoir.cc632 void visit (WhileStatement *) in visit() argument

12