Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp88 if (S->body_empty()) in VisitCompoundStmt()
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp230 if (Body->body_empty()) in SynthesizeBodyResult()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DStmt.h1462 bool body_empty() const { return CompoundStmtBits.NumStmts == 0; } in body_empty() function
1479 Stmt *body_front() { return !body_empty() ? body_begin()[0] : nullptr; } in body_front()
1482 return !body_empty() ? body_begin()[size() - 1] : nullptr; in body_back()
1499 return !body_empty() ? body_begin()[0] : nullptr; in body_front()
1503 return !body_empty() ? body_begin()[size() - 1] : nullptr; in body_back()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp116 if (!CS->body_empty()) { in VisitIfStmt()
/openbsd/gnu/llvm/clang/lib/Analysis/
H A DPathDiagnostic.cpp647 if (!CS->body_empty()) { in createDeclBegin()
H A DCFG.cpp2809 if (!C->body_empty() && !isa<ReturnStmt>(*C->body_rbegin())) { in VisitCompoundStmt()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1290 if (!CS->body_empty()) { in VisitSwitchStmt()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp11731 if (CS->body_empty()) { in checkCondUpdateStmt()
11930 if (CS->body_empty()) { in checkStmt()
12030 if (CS->body_empty()) { in checkForm3()
12099 if (CS->body_empty()) { in checkForm3()
12163 if (ThenCS->body_empty()) { in checkForm45()
12223 if (ElseCS->body_empty()) { in checkForm45()
12280 if (CS->body_empty()) { in checkStmt()
H A DSemaStmt.cpp2087 if (!CS || CS->body_empty()) return; in CheckForRedundantIteration()
H A DSemaDecl.cpp15644 if (!CmpndBody->body_empty()) in ActOnFinishFunctionBody()
H A DSemaExpr.cpp16158 if (!Compound->body_empty()) { in BuildStmtExpr()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2337 if (SE->getSubStmt()->body_empty()) { in Visit()
/openbsd/gnu/llvm/clang/lib/AST/
H A DDecl.cpp3065 if (isa<CompoundStmt>(S) && cast<CompoundStmt>(S)->body_empty()) in hasTrivialBody()
H A DExpr.cpp2849 if (!CS->body_empty()) { in isUnusedResultAWarning()
H A DExprConstant.cpp7965 if (CS->body_empty()) in VisitStmtExpr()