Home
last modified time | relevance | path

Searched refs:isCompoundDeclarationStatement (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dforeachvar.d260 …case STMT.CompoundDeclaration: visitCompoundDeclaration(s.isCompoundDeclarationStatement()); break; in foreachExpAndVar()
H A Dstatement.h160 …CompoundDeclarationStatement *isCompoundDeclarationStatement() { return stmt == STMTcompoundDeclar… in isCompoundDeclarationStatement() function
H A Dstatement.d403 …inout(CompoundDeclarationStatement) isCompoundDeclarationStatement() { return stmt == STMT.Compoun… in isCompoundDeclarationStatement() function
H A Dob.d804 …case STMT.CompoundDeclaration: visitCompoundDeclaration(s.isCompoundDeclarationStatement()); break; in toObNodes()