Searched refs:body_rend (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
H A DStmt.h602 reverse_body_iterator body_rend() { function in class:clang::CompoundStmt
613 const_reverse_body_iterator body_rend() const { function in class:clang::CompoundStmt
/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp515 if (LastStmt != CS->body_rend())
/external/clang/lib/Analysis/
H A DCFG.cpp1821 for (CompoundStmt::reverse_body_iterator I=C->body_rbegin(), E=C->body_rend();
/external/clang/tools/libclang/
H A DCIndex.cpp2028 E = S->body_rend(); I != E; ++I) {

Completed in 70 milliseconds