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

  /external/clang/include/clang/AST/
Stmt.h 575 bool body_empty() const { return CompoundStmtBits.NumStmts == 0; } function in class:clang::CompoundStmt
584 Stmt *body_front() { return !body_empty() ? Body[0] : nullptr; }
585 Stmt *body_back() { return !body_empty() ? Body[size()-1] : nullptr; }
588 assert(!body_empty() && "setLastStmt");
601 return !body_empty() ? Body[0] : nullptr;
604 return !body_empty() ? Body[size() - 1] : nullptr;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Stmt.h 599 bool body_empty() const { return CompoundStmtBits.NumStmts == 0; } function in class:clang::CompoundStmt
608 Stmt *body_front() { return !body_empty() ? Body[0] : nullptr; }
609 Stmt *body_back() { return !body_empty() ? Body[size()-1] : nullptr; }
612 assert(!body_empty() && "setLastStmt");
625 return !body_empty() ? Body[0] : nullptr;
628 return !body_empty() ? Body[size() - 1] : nullptr;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Stmt.h 599 bool body_empty() const { return CompoundStmtBits.NumStmts == 0; } function in class:clang::CompoundStmt
608 Stmt *body_front() { return !body_empty() ? Body[0] : nullptr; }
609 Stmt *body_back() { return !body_empty() ? Body[size()-1] : nullptr; }
612 assert(!body_empty() && "setLastStmt");
625 return !body_empty() ? Body[0] : nullptr;
628 return !body_empty() ? Body[size() - 1] : nullptr;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Stmt.h 599 bool body_empty() const { return CompoundStmtBits.NumStmts == 0; } function in class:clang::CompoundStmt
608 Stmt *body_front() { return !body_empty() ? Body[0] : nullptr; }
609 Stmt *body_back() { return !body_empty() ? Body[size()-1] : nullptr; }
612 assert(!body_empty() && "setLastStmt");
625 return !body_empty() ? Body[0] : nullptr;
628 return !body_empty() ? Body[size() - 1] : nullptr;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Stmt.h 599 bool body_empty() const { return CompoundStmtBits.NumStmts == 0; } function in class:clang::CompoundStmt
608 Stmt *body_front() { return !body_empty() ? Body[0] : nullptr; }
609 Stmt *body_back() { return !body_empty() ? Body[size()-1] : nullptr; }
612 assert(!body_empty() && "setLastStmt");
625 return !body_empty() ? Body[0] : nullptr;
628 return !body_empty() ? Body[size() - 1] : nullptr;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Stmt.h 599 bool body_empty() const { return CompoundStmtBits.NumStmts == 0; } function in class:clang::CompoundStmt
608 Stmt *body_front() { return !body_empty() ? Body[0] : nullptr; }
609 Stmt *body_back() { return !body_empty() ? Body[size()-1] : nullptr; }
612 assert(!body_empty() && "setLastStmt");
625 return !body_empty() ? Body[0] : nullptr;
628 return !body_empty() ? Body[size() - 1] : nullptr;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Stmt.h 599 bool body_empty() const { return CompoundStmtBits.NumStmts == 0; } function in class:clang::CompoundStmt
608 Stmt *body_front() { return !body_empty() ? Body[0] : nullptr; }
609 Stmt *body_back() { return !body_empty() ? Body[size()-1] : nullptr; }
612 assert(!body_empty() && "setLastStmt");
625 return !body_empty() ? Body[0] : nullptr;
628 return !body_empty() ? Body[size() - 1] : nullptr;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Stmt.h 599 bool body_empty() const { return CompoundStmtBits.NumStmts == 0; } function in class:clang::CompoundStmt
608 Stmt *body_front() { return !body_empty() ? Body[0] : nullptr; }
609 Stmt *body_back() { return !body_empty() ? Body[size()-1] : nullptr; }
612 assert(!body_empty() && "setLastStmt");
625 return !body_empty() ? Body[0] : nullptr;
628 return !body_empty() ? Body[size() - 1] : nullptr;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Stmt.h 599 bool body_empty() const { return CompoundStmtBits.NumStmts == 0; } function in class:clang::CompoundStmt
608 Stmt *body_front() { return !body_empty() ? Body[0] : nullptr; }
609 Stmt *body_back() { return !body_empty() ? Body[size()-1] : nullptr; }
612 assert(!body_empty() && "setLastStmt");
625 return !body_empty() ? Body[0] : nullptr;
628 return !body_empty() ? Body[size() - 1] : nullptr;
    [all...]

Completed in 371 milliseconds