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.h6353 bool InDiscardedStatement; member
6394 InDiscardedStatement(false), InImmediateFunctionContext(false), in ExpressionEvaluationContextRecord()
6434 InDiscardedStatement); in isDiscardedStatementContext()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp17180 ExprEvalContexts.back().InDiscardedStatement = in PushExpressionEvaluationContext()