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

/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 211 milliseconds