Home
last modified time | relevance | path

Searched defs:ForStatement (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
H A DNodes.h285 ForStatement() : Statement(NodeKind::ForStatement) {} in ForStatement() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstatement.c817 ForStatement::ForStatement(Loc loc, Statement *init, Expression *condition, Expression *increment, … in ForStatement() function
H A Dvisitor.h27 class ForStatement; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dvisitor.h27 class ForStatement; variable