Searched refs:body_empty (Results 1 – 9 of 9) sorted by relevance
152 if (CS->body_empty()) return; in VisitChildren()
90 if (S->body_empty()) in VisitCompoundStmt()
569 bool body_empty() const { return CompoundStmtBits.NumStmts == 0; } in body_empty() function575 Stmt *body_back() { return !body_empty() ? Body[size()-1] : 0; } in body_back()578 assert(!body_empty() && "setLastStmt"); in setLastStmt()585 const Stmt *body_back() const { return !body_empty() ? Body[size()-1] : 0; } in body_back()
564 if (!CS->body_empty()) { in createDeclBegin()
908 if (SE->getSubStmt()->body_empty()) { in Visit()
1660 if (isa<CompoundStmt>(S) && cast<CompoundStmt>(S)->body_empty()) in hasTrivialBody()
2007 if (!CS->body_empty()) { in isUnusedResultAWarning()
3397 if (!C->body_empty()) { in PopulateBlkExprMap()
8938 if (!Compound->body_empty()) { in ActOnStmtExpr()