Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3595 if (ExprEvalContexts.back().isDiscardedStatementContext() && in ActOnCapScopeReturnStmt()
3917 if (R.isInvalid() || ExprEvalContexts.back().isDiscardedStatementContext()) in ActOnReturnStmt()
4009 if (ExprEvalContexts.back().isDiscardedStatementContext() && in BuildReturnStmt()
H A DSemaExpr.cpp18206 .isDiscardedStatementContext(); in PushExpressionEvaluationContext()
20964 if (ExprEvalContexts.back().isDiscardedStatementContext()) in DiagRuntimeBehavior()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1420 bool isDiscardedStatementContext() const { in isDiscardedStatementContext() function