Home
last modified time | relevance | path

Searched refs:body_empty (Results 1 – 9 of 9) sorted by relevance

/external/clang/include/clang/Analysis/Visitors/
DCFGStmtVisitor.h152 if (CS->body_empty()) return; in VisitChildren()
/external/clang/lib/ARCMigrate/
DTransEmptyStatementsAndDealloc.cpp90 if (S->body_empty()) in VisitCompoundStmt()
/external/clang/include/clang/AST/
DStmt.h569 bool body_empty() const { return CompoundStmtBits.NumStmts == 0; } in body_empty() function
575 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()
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp564 if (!CS->body_empty()) { in createDeclBegin()
DExprEngine.cpp908 if (SE->getSubStmt()->body_empty()) { in Visit()
/external/clang/lib/AST/
DDecl.cpp1660 if (isa<CompoundStmt>(S) && cast<CompoundStmt>(S)->body_empty()) in hasTrivialBody()
DExpr.cpp2007 if (!CS->body_empty()) { in isUnusedResultAWarning()
/external/clang/lib/Analysis/
DCFG.cpp3397 if (!C->body_empty()) { in PopulateBlkExprMap()
/external/clang/lib/Sema/
DSemaExpr.cpp8938 if (!Compound->body_empty()) { in ActOnStmtExpr()