Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1355 bool InDiscardedStatement; member
1391 InDiscardedStatement(false), InImmediateFunctionContext(false), in ExpressionEvaluationContextRecord()
1424 InDiscardedStatement); in isDiscardedStatementContext()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp18204 ExprEvalContexts.back().InDiscardedStatement = in PushExpressionEvaluationContext()