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

  /external/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp 90 if (S->body_empty())
  /external/lldb/source/Expression/
ASTResultSynthesizer.cpp 234 if (Body->body_empty())
  /external/clang/include/clang/AST/
Stmt.h 570 bool body_empty() const { return CompoundStmtBits.NumStmts == 0; } function in class:clang::CompoundStmt
579 Stmt *body_back() { return !body_empty() ? Body[size()-1] : nullptr; }
582 assert(!body_empty() && "setLastStmt");
595 return !body_empty() ? Body[size() - 1] : nullptr;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 646 if (!CS->body_empty()) {
    [all...]
ExprEngine.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp     [all...]
  /external/chromium_org/tools/clang/blink_gc_plugin/
BlinkGCPlugin.cpp 752 empty_ = stmt->body_empty();
    [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
Expr.cpp     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 268 milliseconds