Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmt.cpp153 void Sema::DiagnoseUnusedExprResult(const Stmt *S) { in DiagnoseUnusedExprResult() function in Sema
155 return DiagnoseUnusedExprResult(Label->getSubStmt()); in DiagnoseUnusedExprResult()
309 DiagnoseUnusedExprResult(Elts[i]); in ActOnCompoundStmt()
368 DiagnoseUnusedExprResult(SubStmt); in ActOnCaseStmtBody()
377 DiagnoseUnusedExprResult(SubStmt); in ActOnDefaultStmt()
441 DiagnoseUnusedExprResult(thenStmt); in ActOnIfStmt()
448 DiagnoseUnusedExprResult(elseStmt); in ActOnIfStmt()
1170 DiagnoseUnusedExprResult(Body); in ActOnWhileStmt()
1195 DiagnoseUnusedExprResult(Body); in ActOnDoStmt()
1444 DiagnoseUnusedExprResult(First); in ActOnForStmt()
[all …]
DSemaExpr.cpp7918 S.DiagnoseUnusedExprResult(LHS.get()); in CheckCommaOperands()
/external/clang/include/clang/Sema/
DSema.h2830 void DiagnoseUnusedExprResult(const Stmt *S);