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