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

/external/clang/lib/Parse/
H A DParseStmt.cpp1427 ExprResult Third = ParseExpression(); local
1428 ThirdPart = Actions.MakeFullExpr(Third.take());
/external/clang/lib/Sema/
H A DSemaStmt.cpp1315 Expr *Third, Stmt *Body) {
1344 DeclMatcher(S, Decls, Third).FoundDeclInUse() ||
1407 Expr *Third = third.release().takeAs<Expr>(); local
1410 DiagnoseUnusedExprResult(Third);
1418 Third, Body, ForLoc, LParenLoc,
1314 CheckForLoopConditionalStatement(Sema &S, Expr *Second, Expr *Third, Stmt *Body) argument

Completed in 209 milliseconds