Home
last modified time | relevance | path

Searched defs:IfStatement (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
H A DNodes.h274 IfStatement() : Statement(NodeKind::IfStatement) {} in IfStatement() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstatement.h25 class IfStatement; variable
H A Dstatement.c952 IfStatement::IfStatement(Loc loc, Parameter *prm, Expression *condition, Statement *ifbody, Stateme… in IfStatement() function
H A Dvisitor.h31 class IfStatement; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dstatement.h23 class IfStatement; variable
H A Dvisitor.h31 class IfStatement; variable