Home
last modified time | relevance | path

Searched refs:WarnExpr (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp248 const Expr *WarnExpr; in DiagnoseUnusedExprResult() local
251 if (!E->isUnusedResultAWarning(WarnExpr, Loc, R1, R2, Context)) in DiagnoseUnusedExprResult()
281 E = WarnExpr; in DiagnoseUnusedExprResult()
329 E = WarnExpr; in DiagnoseUnusedExprResult()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h262 bool isUnusedResultAWarning(const Expr *&WarnExpr, SourceLocation &Loc,