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

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

Completed in 65 milliseconds