HomeSort by: relevance | last modified time | path
    Searched refs:body_empty (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp 88 if (S->body_empty())
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
IdenticalExprChecker.cpp 116 if (!CS->body_empty()) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h 1425 bool body_empty() const { return CompoundStmtBits.NumStmts == 0; } function in class:clang::final
1434 Stmt *body_front() { return !body_empty() ? body_begin()[0] : nullptr; }
1437 return !body_empty() ? body_begin()[size() - 1] : nullptr;
1454 return !body_empty() ? body_begin()[0] : nullptr;
1458 return !body_empty() ? body_begin()[size() - 1] : nullptr;
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
PathDiagnostic.cpp 649 if (!CS->body_empty()) {
CFG.cpp 2711 if (!C->body_empty() && !isa<ReturnStmt>(*C->body_rbegin())) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CoverageMappingGen.cpp 1280 if (!CS->body_empty()) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
Decl.cpp 2942 if (isa<CompoundStmt>(S) && cast<CompoundStmt>(S)->body_empty())
Expr.cpp 2665 if (!CS->body_empty()) {
ExprConstant.cpp 7861 if (CS->body_empty())
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 1828 if (SE->getSubStmt()->body_empty()) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp 2049 if (!CS || CS->body_empty()) return;
SemaDecl.cpp 14593 if (!CmpndBody->body_empty())
SemaExpr.cpp 15001 if (!Compound->body_empty()) {

Completed in 153 milliseconds