Home | History | Annotate | Download | only in Sema

Lines Matching refs:CCE

5623                                                    Sema::CCEKind CCE,
5642 CCE == Sema::CCEK_ConstexprIf || CCE == Sema::CCEK_ExplicitBool
5690 assert(CCE == Sema::CCEK_TemplateArg &&
5726 if (CCE == Sema::CCEK_ArrayBound &&
5735 << CCE << /*Constant*/ 1
5743 << CCE << /*Constant*/ 0 << From->getType() << T;
5758 if (CCE == Sema::CCEK_TemplateArg && T->isRecordType())
5760 else if (CCE == Sema::CCEK_TemplateArg)
5785 S.Diag(Notes[0].first, diag::err_expr_not_cce) << CCE;
5793 << CCE << From->getSourceRange();
5801 APValue &Value, CCEKind CCE,
5803 return ::CheckConvertedConstantExpression(*this, From, T, Value, CCE, false,
5809 CCEKind CCE) {
5813 auto R = ::CheckConvertedConstantExpression(*this, From, T, V, CCE, true,