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

/external/clang/lib/AST/
H A DExprClassification.cpp369 if (const Expr *LastExpr = dyn_cast_or_null<Expr>(S->body_back()))
370 return ClassifyUnnamed(Ctx, LastExpr->getType());
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1172 if (Expr *LastExpr = dyn_cast<Expr>(*SE->getSubStmt()->body_rbegin())) {
1176 state->getSVal(LastExpr,
/external/clang/lib/Sema/
H A DSemaExpr.cpp10135 ExprResult LastExpr = DefaultFunctionArrayConversion(LastE); local
10136 if (LastExpr.isInvalid())
10138 Ty = LastExpr.get()->getType().getUnqualifiedType();
10140 if (!Ty->isDependentType() && !LastExpr.get()->isTypeDependent()) {
10148 = maybeRebuildARCConsumingStmt(LastExpr.get())) {
10149 LastExpr = rebuiltLastStmt;
10151 LastExpr = PerformCopyInitialization(
10156 LastExpr);
10159 if (LastExpr.isInvalid())
10161 if (LastExpr
[all...]

Completed in 147 milliseconds