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

/external/clang/lib/Parse/
H A DParseStmt.cpp1519 ExprResult Third = ParseExpression(); local
1522 ThirdPart = Actions.MakeFullDiscardedValueExpr(Third.take());
/external/clang/lib/Sema/
H A DSemaStmt.cpp1364 Expr *Third, Stmt *Body) {
1393 DeclMatcher(S, Decls, Third).FoundDeclInUse() ||
1485 void CheckForRedundantIteration(Sema &S, Expr *Third, Stmt *Body) { argument
1487 if (!Body || !Third) return;
1490 Third->getLocStart())
1503 if (!ProcessIterationStmt(S, Third, LoopIncrement, LoopDRE)) return;
1556 Expr *Third = third.release().takeAs<Expr>(); local
1559 DiagnoseUnusedExprResult(Third);
1567 Third, Body, ForLoc, LParenLoc,
1363 CheckForLoopConditionalStatement(Sema &S, Expr *Second, Expr *Third, Stmt *Body) argument

Completed in 45 milliseconds