Home | History | Annotate | Download | only in Sema

Lines Matching refs:Unevaluated

719   //     When an lvalue-to-rvalue conversion occurs in an unevaluated
742 /// when we're in an unevaluated context.
2124 // a pointer-to-member or in an unevaluated context in C++11.
2675 // captured in an unevaluated context, it seems that the answer is no.
3378 // unevaluated context. So C++11 introduces some new complexity.
10753 // considered to be unevaluated is actually evaluated.
10805 "Should only transform unevaluated expressions");
10842 // A lambda-expression shall not appear in an unevaluated operand
10862 // When are coming out of an unevaluated context, clear out any
10904 case Sema::Unevaluated:
10939 // We (incorrectly) mark overload resolution as an unevaluated context, so we
10953 // really an unevaluated context (and we're not just in the definition of a
10955 // incorrectly consider to be unevaluated contexts), and we're not in a
10962 // are not odr-used from constant expressions in unevaluated contexts.
12027 case Unevaluated: