Home | History | Annotate | Download | only in Sema

Lines Matching refs:Unevaluated

817   //     When an lvalue-to-rvalue conversion occurs in an unevaluated
839 /// when we're in an unevaluated context.
1373 // The controlling expression is an unevaluated operand, so side effects are
2348 // a pointer-to-member or in an unevaluated context in C++11.
2895 // captured in an unevaluated context, it seems that the answer is no.
3583 // The operand for sizeof and alignof is in an unevaluated expression context,
3708 // (in an unevaluated operand, for instance), or by naming the member
12220 // considered to be unevaluated is actually evaluated.
12272 "Should only transform unevaluated expressions");
12309 // A lambda-expression shall not appear in an unevaluated operand
12331 // When are coming out of an unevaluated context, clear out any
12379 case Sema::Unevaluated:
12415 // We (incorrectly) mark overload resolution as an unevaluated context, so we
12430 // really an unevaluated context (and we're not just in the definition of a
12432 // incorrectly consider to be unevaluated contexts), and we're not in a
12439 // are not odr-used from constant expressions in unevaluated contexts.
13772 case Unevaluated: