Home | History | Annotate | Download | only in Sema

Lines Matching refs:CCE

5071                                                    Sema::CCEKind CCE,
5143 << CCE << /*Constant*/1
5149 << CCE << /*Constant*/0 << From->getType() << T;
5177 S.Diag(Notes[0].first, diag::err_expr_not_cce) << CCE;
5180 << CCE << From->getSourceRange();
5188 APValue &Value, CCEKind CCE) {
5189 return ::CheckConvertedConstantExpression(*this, From, T, Value, CCE, false);
5194 CCEKind CCE) {
5198 auto R = ::CheckConvertedConstantExpression(*this, From, T, V, CCE, true);