Searched refs:EST_ComputedNoexcept (Results 1 – 16 of 16) sorted by relevance
27 EST_ComputedNoexcept, ///< noexcept(expression) enumerator37 return ESpecType == EST_BasicNoexcept || ESpecType == EST_ComputedNoexcept; in isNoexceptExceptionSpec()
224 } else if (EPI.ExceptionSpecType == EST_ComputedNoexcept) { in CheckEquivalentExceptionSpec()285 case EST_ComputedNoexcept: in CheckEquivalentExceptionSpec()
234 case EST_ComputedNoexcept: in getFunction()
171 if (EST == EST_ComputedNoexcept) { in CalledDecl()11739 case EST_ComputedNoexcept: in checkThisInStaticMemberFunctionExceptionSpec()11846 if (EST == EST_ComputedNoexcept) { in checkExceptionSpecification()
2736 } else if (FTI.getExceptionSpecType() == EST_ComputedNoexcept) { in GetFullTypeForDeclarator()
1628 } else if (getExceptionSpecType() == EST_ComputedNoexcept) { in FunctionProtoType()1668 if (est != EST_ComputedNoexcept) in getNoexceptSpec()1734 } else if (epi.ExceptionSpecType == EST_ComputedNoexcept && epi.NoexceptExpr){ in Profile()
988 case EST_ComputedNoexcept: set("exception_spec", "noexcept(expr)"); break; in visitFunctionProtoTypeAttrs()
471 if (FT->getExceptionSpecType() == EST_ComputedNoexcept) { in VisitFunctionDecl()
573 if (getExceptionSpecType() == EST_ComputedNoexcept) { in printExceptionSpecification()
544 } else if (Proto1->getExceptionSpecType() == EST_ComputedNoexcept) { in IsStructurallyEquivalent()
2716 } else if (EPI.ExceptionSpecType == EST_ComputedNoexcept) { in getFunctionType()
2852 if (getExceptionSpecType() != EST_ComputedNoexcept)2881 } else if (EPI.ExceptionSpecType == EST_ComputedNoexcept) {2926 if (getExceptionSpecType() != EST_ComputedNoexcept)2955 if (EST != EST_ComputedNoexcept)
2824 NoexceptType = EST_ComputedNoexcept; in tryParseExceptionSpecification()
3528 assert(ComputedEST != EST_ComputedNoexcept && in getExceptionSpecType()3556 EPI.ExceptionSpecType = EST_ComputedNoexcept; in getEPI()
200 } else if (T->getExceptionSpecType() == EST_ComputedNoexcept) { in VisitFunctionProtoType()
4395 } else if (EST == EST_ComputedNoexcept) { in readTypeRecord()