Home
last modified time | relevance | path

Searched refs:DiagnoseUnusedExprResult (Results 1 – 7 of 7) 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/llvm-project/clang/lib/Sema/
DSemaStmt.cpp218 void Sema::DiagnoseUnusedExprResult(const Stmt *S) { in DiagnoseUnusedExprResult() function in Sema
220 return DiagnoseUnusedExprResult(Label->getSubStmt()); in DiagnoseUnusedExprResult()
341 return DiagnoseUnusedExprResult(POE->getSemanticExpr(0)); in DiagnoseUnusedExprResult()
DSemaExprCXX.cpp8368 DiagnoseUnusedExprResult(FullExpr.get()); in ActOnFinishFullExpr()
DSemaExpr.cpp13103 S.DiagnoseUnusedExprResult(LHS.get()); in CheckCommaOperands()
/external/clang/include/clang/Sema/
DSema.h3577 void DiagnoseUnusedExprResult(const Stmt *S);
/external/llvm-project/clang/include/clang/Sema/
DSema.h4717 void DiagnoseUnusedExprResult(const Stmt *S);