Searched refs:IsClassType (Results 1 – 1 of 1) sorted by relevance
1555 bool *IsClassType = nullptr) { in isConstNotMutableType() argument1566 if (IsClassType) in isConstNotMutableType()1567 *IsClassType = RD; in isConstNotMutableType()1578 bool IsClassType; in rejectConstNotMutableType() local1579 if (isConstNotMutableType(SemaRef, Type, AcceptIfMutable, &IsClassType)) { in rejectConstNotMutableType()1582 : IsClassType ? diag::err_omp_const_not_mutable_variable in rejectConstNotMutableType()