Lines Matching refs:CCE
5620 Sema::CCEKind CCE, in CheckConvertedConstantExpression() argument
5639 CCE == Sema::CCEK_ConstexprIf || CCE == Sema::CCEK_ExplicitBool in CheckConvertedConstantExpression()
5687 assert(CCE == Sema::CCEK_TemplateArg && in CheckConvertedConstantExpression()
5723 if (CCE == Sema::CCEK_ArrayBound && in CheckConvertedConstantExpression()
5732 << CCE << /*Constant*/ 1 in CheckConvertedConstantExpression()
5740 << CCE << /*Constant*/ 0 << From->getType() << T; in CheckConvertedConstantExpression()
5755 if (CCE == Sema::CCEK_TemplateArg && T->isRecordType()) in CheckConvertedConstantExpression()
5757 else if (CCE == Sema::CCEK_TemplateArg) in CheckConvertedConstantExpression()
5782 S.Diag(Notes[0].first, diag::err_expr_not_cce) << CCE; in CheckConvertedConstantExpression()
5790 << CCE << From->getSourceRange(); in CheckConvertedConstantExpression()
5798 APValue &Value, CCEKind CCE, in CheckConvertedConstantExpression() argument
5800 return ::CheckConvertedConstantExpression(*this, From, T, Value, CCE, false, in CheckConvertedConstantExpression()
5806 CCEKind CCE) { in CheckConvertedConstantExpression() argument
5810 auto R = ::CheckConvertedConstantExpression(*this, From, T, V, CCE, true, in CheckConvertedConstantExpression()