Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp88 if (S->body_empty()) in VisitCompoundStmt()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h1425 bool body_empty() const { return CompoundStmtBits.NumStmts == 0; } in body_empty() function
1434 Stmt *body_front() { return !body_empty() ? body_begin()[0] : nullptr; } in body_front()
1437 return !body_empty() ? body_begin()[size() - 1] : nullptr; in body_back()
1454 return !body_empty() ? body_begin()[0] : nullptr; in body_front()
1458 return !body_empty() ? body_begin()[size() - 1] : nullptr; in body_back()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp116 if (!CS->body_empty()) { in VisitIfStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DPathDiagnostic.cpp649 if (!CS->body_empty()) { in createDeclBegin()
H A DCFG.cpp2711 if (!C->body_empty() && !isa<ReturnStmt>(*C->body_rbegin())) { in VisitCompoundStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1280 if (!CS->body_empty()) { in VisitSwitchStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1828 if (SE->getSubStmt()->body_empty()) { in Visit()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp2942 if (isa<CompoundStmt>(S) && cast<CompoundStmt>(S)->body_empty()) in hasTrivialBody()
H A DExpr.cpp2665 if (!CS->body_empty()) { in isUnusedResultAWarning()
H A DExprConstant.cpp7861 if (CS->body_empty()) in VisitStmtExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp2049 if (!CS || CS->body_empty()) return; in CheckForRedundantIteration()
H A DSemaDecl.cpp14593 if (!CmpndBody->body_empty()) in ActOnFinishFunctionBody()
H A DSemaExpr.cpp15001 if (!Compound->body_empty()) { in BuildStmtExpr()