Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp219 void Sema::DiagnoseUnusedExprResult(const Stmt *S, unsigned DiagID) { in DiagnoseUnusedExprResult() function in Sema
221 return DiagnoseUnusedExprResult(Label->getSubStmt(), DiagID); in DiagnoseUnusedExprResult()
341 return DiagnoseUnusedExprResult(POE->getSemanticExpr(0), DiagID); in DiagnoseUnusedExprResult()
H A DSemaExprCXX.cpp8800 DiagnoseUnusedExprResult(FullExpr.get(), diag::warn_unused_expr); in ActOnFinishFullExpr()
H A DSemaExpr.cpp14333 S.DiagnoseUnusedExprResult(LHS.get(), diag::warn_unused_comma_left_operand); in CheckCommaOperands()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h5285 void DiagnoseUnusedExprResult(const Stmt *S, unsigned DiagID);