Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h1328 bool InDiscardedStatement; member
1358 InDiscardedStatement(false), InImmediateFunctionContext(false) {} in ExpressionEvaluationContextRecord()
1390 InDiscardedStatement); in isDiscardedStatementContext()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp17685 ExprEvalContexts.back().InDiscardedStatement = in PushExpressionEvaluationContext()