Home | History | Annotate | Download | only in Serialization

Lines Matching refs:getExceptionSpecType

208   Record.push_back(T->getExceptionSpecType());
209 if (T->getExceptionSpecType() == EST_Dynamic) {
213 } else if (T->getExceptionSpecType() == EST_ComputedNoexcept) {
215 } else if (T->getExceptionSpecType() == EST_Uninstantiated) {
218 } else if (T->getExceptionSpecType() == EST_Unevaluated) {
237 T->getRefQualifier() || T->getExceptionSpecType() != EST_None)
5898 ->getExceptionSpecType()))