HomeSort by relevance Sort by last modified time
    Searched refs:body_empty (Results 1 - 13 of 13) sorted by null

  /external/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp 90 if (S->body_empty())
  /external/clang/include/clang/AST/
Stmt.h 563 bool body_empty() const { return CompoundStmtBits.NumStmts == 0; } function in class:clang::CompoundStmt
572 Stmt *body_front() { return !body_empty() ? Body[0] : nullptr; }
573 Stmt *body_back() { return !body_empty() ? Body[size()-1] : nullptr; }
576 assert(!body_empty() && "setLastStmt");
589 return !body_empty() ? Body[0] : nullptr;
592 return !body_empty() ? Body[size() - 1] : nullptr;
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
IdenticalExprChecker.cpp 117 if (!CS->body_empty()) {
  /external/clang/lib/CodeGen/
CoverageMappingGen.cpp 751 if (!CS->body_empty()) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 647 if (!CS->body_empty()) {
    [all...]
ExprEngine.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp     [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
Expr.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 434 milliseconds