Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmt.cpp186 void Sema::DiagnoseUnusedExprResult(const Stmt *S) { in DiagnoseUnusedExprResult() function in Sema
188 return DiagnoseUnusedExprResult(Label->getSubStmt()); in DiagnoseUnusedExprResult()
360 DiagnoseUnusedExprResult(Elts[i]); in ActOnCompoundStmt()
439 DiagnoseUnusedExprResult(SubStmt); in ActOnCaseStmtBody()
448 DiagnoseUnusedExprResult(SubStmt); in ActOnDefaultStmt()
542 DiagnoseUnusedExprResult(thenStmt); in BuildIfStmt()
543 DiagnoseUnusedExprResult(elseStmt); in BuildIfStmt()
1247 DiagnoseUnusedExprResult(Body); in ActOnWhileStmt()
1273 DiagnoseUnusedExprResult(Body); in ActOnDoStmt()
1666 DiagnoseUnusedExprResult(First); in ActOnForStmt()
[all …]
DSemaExpr.cpp10150 S.DiagnoseUnusedExprResult(LHS.get()); in CheckCommaOperands()
/external/clang/include/clang/Sema/
DSema.h3577 void DiagnoseUnusedExprResult(const Stmt *S);