Home | History | Annotate | Download | only in Sema

Lines Matching refs:Unevaluated

741   //     When an lvalue-to-rvalue conversion occurs in an unevaluated
763 /// when we're in an unevaluated context.
2271 // a pointer-to-member or in an unevaluated context in C++11.
2820 // captured in an unevaluated context, it seems that the answer is no.
3564 // (in an unevaluated operand, for instance), or by naming the member
11203 // considered to be unevaluated is actually evaluated.
11255 "Should only transform unevaluated expressions");
11294 // A lambda-expression shall not appear in an unevaluated operand
11321 // When are coming out of an unevaluated context, clear out any
11363 case Sema::Unevaluated:
11398 // We (incorrectly) mark overload resolution as an unevaluated context, so we
11412 // really an unevaluated context (and we're not just in the definition of a
11414 // incorrectly consider to be unevaluated contexts), and we're not in a
11421 // are not odr-used from constant expressions in unevaluated contexts.
12765 case Unevaluated: