Searched refs:body_empty (Results 1 – 8 of 8) sorted by relevance
90 if (S->body_empty()) in VisitCompoundStmt()
562 bool body_empty() const { return CompoundStmtBits.NumStmts == 0; } in body_empty() function568 Stmt *body_back() { return !body_empty() ? Body[size()-1] : 0; } in body_back()571 assert(!body_empty() && "setLastStmt"); in setLastStmt()578 const Stmt *body_back() const { return !body_empty() ? Body[size()-1] : 0; } in body_back()
635 if (!CS->body_empty()) { in createDeclBegin()
1092 if (SE->getSubStmt()->body_empty()) { in Visit()
2141 if (isa<CompoundStmt>(S) && cast<CompoundStmt>(S)->body_empty()) in hasTrivialBody()
2138 if (!CS->body_empty()) { in isUnusedResultAWarning()
1496 if (!CS || CS->body_empty()) return; in CheckForRedundantIteration()
9692 if (!Compound->body_empty()) { in ActOnStmtExpr()