Searched defs:isCompoundStatement (Results 1 – 3 of 3) sorted by relevance
97 virtual CompoundStatement *isCompoundStatement() { return NULL; } in isCompoundStatement() function189 CompoundStatement *isCompoundStatement() { return this; } in isCompoundStatement() function
132 …CompoundStatement *isCompoundStatement() { return stmt == STMTcompound ? (CompoundStateme… in isCompoundStatement() function
373 …inout(CompoundStatement) isCompoundStatement() { return stmt == STMT.Compound ? cast(type… in isCompoundStatement() function