Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6780 bool InDiscardedStatement; member
6827 InDiscardedStatement(false), InImmediateFunctionContext(false), in ExpressionEvaluationContextRecord()
6868 InDiscardedStatement); in isDiscardedStatementContext()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp17559 ExprEvalContexts.back().InDiscardedStatement = in PushExpressionEvaluationContext()
17600 Current.InDiscardedStatement = false; in PushExpressionEvaluationContextForFunction()