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

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

Completed in 179 milliseconds