Home | History | Annotate | Download | only in AST

Lines Matching refs:ExceptionSpecType

1600       ExceptionSpecType(epi.ExceptionSpecType),
1758 !(unsigned(epi.ExceptionSpecType) & ~7) &&
1763 (epi.ExceptionSpecType << 11));
1764 if (epi.ExceptionSpecType == EST_Dynamic) {
1767 } else if (epi.ExceptionSpecType == EST_ComputedNoexcept && epi.NoexceptExpr){
1769 } else if (epi.ExceptionSpecType == EST_Uninstantiated ||
1770 epi.ExceptionSpecType == EST_Unevaluated) {