Searched refs:LastExpr (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/AST/
H A DExprClassification.cpp377 if (const Expr *LastExpr = dyn_cast_or_null<Expr>(S->body_back()))
378 return ClassifyUnnamed(Ctx, LastExpr->getType());
/external/clang/lib/Sema/
H A DSemaExpr.cpp11653 ExprResult LastExpr = DefaultFunctionArrayConversion(LastE); local
11654 if (LastExpr.isInvalid())
11656 Ty = LastExpr.get()->getType().getUnqualifiedType();
11658 if (!Ty->isDependentType() && !LastExpr.get()->isTypeDependent()) {
11666 = maybeRebuildARCConsumingStmt(LastExpr.get())) {
11667 LastExpr = rebuiltLastStmt;
11669 LastExpr = PerformCopyInitialization(
11674 LastExpr);
11677 if (LastExpr.isInvalid())
11679 if (LastExpr
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1310 if (Expr *LastExpr = dyn_cast<Expr>(*SE->getSubStmt()->body_rbegin())) {
1314 state->getSVal(LastExpr,

Completed in 204 milliseconds