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

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DExprClassification.cpp371 if (const Expr *LastExpr = dyn_cast_or_null<Expr>(S->body_back()))
H A DExpr.cpp2191 if (const Expr *E = dyn_cast<Expr>(CS->body_back()))
2193 if (const LabelStmt *Label = dyn_cast<LabelStmt>(CS->body_back()))
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h570 Stmt *body_back() { return !body_empty() ? Body[size()-1] : 0; } function in class:clang::CompoundStmt
580 const Stmt *body_back() const { return !body_empty() ? Body[size()-1] : 0; } function in class:clang::CompoundStmt
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp437 if (Expr *last = dyn_cast_or_null<Expr>(SE->getSubStmt()->body_back()))
H A DSemaExprObjC.cpp2829 return Visit(e->getSubStmt()->body_back());
H A DSemaStmt.cpp1494 Stmt *LastStmt = CS->body_back();
H A DSemaExpr.cpp9880 Stmt *LastStmt = Compound->body_back();
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp226 const Stmt *LastStmt = S.body_back();

Completed in 111 milliseconds