Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp225 void Sema::DiagnoseUnusedExprResult(const Stmt *S, unsigned DiagID) { in DiagnoseUnusedExprResult() function in Sema
227 return DiagnoseUnusedExprResult(Label->getSubStmt(), DiagID); in DiagnoseUnusedExprResult()
347 return DiagnoseUnusedExprResult(POE->getSemanticExpr(0), DiagID); in DiagnoseUnusedExprResult()
H A DSemaExprCXX.cpp9084 DiagnoseUnusedExprResult(FullExpr.get(), diag::warn_unused_expr); in ActOnFinishFullExpr()
H A DSemaExpr.cpp13766 S.DiagnoseUnusedExprResult(LHS.get(), diag::warn_unused_comma_left_operand); in CheckCommaOperands()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10678 void DiagnoseUnusedExprResult(const Stmt *S, unsigned DiagID);