Searched refs:isCompoundDeclarationStatement (Results 1 – 4 of 4) sorted by relevance
260 …case STMT.CompoundDeclaration: visitCompoundDeclaration(s.isCompoundDeclarationStatement()); break; in foreachExpAndVar()
160 …CompoundDeclarationStatement *isCompoundDeclarationStatement() { return stmt == STMTcompoundDeclar… in isCompoundDeclarationStatement() function
403 …inout(CompoundDeclarationStatement) isCompoundDeclarationStatement() { return stmt == STMT.Compoun… in isCompoundDeclarationStatement() function
804 …case STMT.CompoundDeclaration: visitCompoundDeclaration(s.isCompoundDeclarationStatement()); break; in toObNodes()