Home
last modified time | relevance | path

Searched refs:DiagnoseUnusedExprResult (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Sema/
DSemaStmt.cpp180 void Sema::DiagnoseUnusedExprResult(const Stmt *S) { in DiagnoseUnusedExprResult() function in Sema
182 return DiagnoseUnusedExprResult(Label->getSubStmt()); in DiagnoseUnusedExprResult()
335 DiagnoseUnusedExprResult(Elts[i]); in ActOnCompoundStmt()
392 DiagnoseUnusedExprResult(SubStmt); in ActOnCaseStmtBody()
401 DiagnoseUnusedExprResult(SubStmt); in ActOnDefaultStmt()
465 DiagnoseUnusedExprResult(thenStmt); in ActOnIfStmt()
472 DiagnoseUnusedExprResult(elseStmt); in ActOnIfStmt()
1221 DiagnoseUnusedExprResult(Body); in ActOnWhileStmt()
1247 DiagnoseUnusedExprResult(Body); in ActOnDoStmt()
1624 DiagnoseUnusedExprResult(First); in ActOnForStmt()
[all …]
DSemaExpr.cpp8739 S.DiagnoseUnusedExprResult(LHS.get()); in CheckCommaOperands()
/external/clang/include/clang/Sema/
DSema.h3185 void DiagnoseUnusedExprResult(const Stmt *S);