Searched defs:body_back (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DStmt.h485 Stmt *body_back() { return !body_empty() ? Body[size()-1] : 0; } function in class:clang::CompoundStmt
495 const Stmt *body_back() const { return !body_empty() ? Body[size()-1] : 0; } function in class:clang::CompoundStmt

Completed in 51 milliseconds