Home | History | Annotate | Download | only in Sema

Lines Matching refs:Third

52   // Same thing in for stmt first clause (when expr) and third clause.
1350 Expr *Third, Stmt *Body) {
1379 DeclMatcher(S, Decls, Third).FoundDeclInUse() ||
1412 FullExprArg third,
1431 CheckForLoopConditionalStatement(*this, second.get(), third.get(), Body);
1442 Expr *Third = third.release().takeAs<Expr>();
1445 DiagnoseUnusedExprResult(Third);
1453 Third, Body, ForLoc, LParenLoc,