Searched refs:EST_ComputedNoexcept (Results 1 – 17 of 17) sorted by relevance
27 EST_ComputedNoexcept, ///< noexcept(expression) enumerator38 return ESpecType == EST_BasicNoexcept || ESpecType == EST_ComputedNoexcept; in isNoexceptExceptionSpec()
1637 } else if (getExceptionSpecType() == EST_ComputedNoexcept) { in FunctionProtoType()1692 if (est != EST_ComputedNoexcept) in getNoexceptSpec()1726 if (EST != EST_ComputedNoexcept) in isNothrow()1783 } else if (epi.ExceptionSpec.Type == EST_ComputedNoexcept && in Profile()
495 if (FT->getExceptionSpecType() == EST_ComputedNoexcept) { in VisitFunctionDecl()
607 if (getExceptionSpecType() == EST_ComputedNoexcept) { in printExceptionSpecification()
560 } else if (Proto1->getExceptionSpecType() == EST_ComputedNoexcept) { in IsStructurallyEquivalent()
2970 } else if (EPI.ExceptionSpec.Type == EST_ComputedNoexcept) { in getFunctionType()
267 } else if (ESI.Type == EST_ComputedNoexcept) { in CheckEquivalentExceptionSpec()305 case EST_ComputedNoexcept: in CheckEquivalentExceptionSpec()
776 } else if (Chunk.Fun.getExceptionSpecType() == EST_ComputedNoexcept && in containsUnexpandedParameterPacks()
259 case EST_ComputedNoexcept: in getFunction()
192 if (EST == EST_ComputedNoexcept) { in CalledDecl()13503 case EST_ComputedNoexcept: in checkThisInStaticMemberFunctionExceptionSpec()13599 if (EST == EST_ComputedNoexcept) { in checkExceptionSpecification()
3039 } else if (FTI.getExceptionSpecType() == EST_ComputedNoexcept) { in GetFullTypeForDeclarator()
4699 if (ESI.Type == EST_ComputedNoexcept) { in TransformExceptionSpec()
2996 if (getExceptionSpecType() != EST_ComputedNoexcept)3024 } else if (EPI.ExceptionSpec.Type == EST_ComputedNoexcept) {3071 if (getExceptionSpecType() != EST_ComputedNoexcept)
3319 NoexceptType = EST_ComputedNoexcept; in tryParseExceptionSpecification()
4002 assert(ComputedEST != EST_ComputedNoexcept && in getExceptionSpecType()4030 ESI.Type = EST_ComputedNoexcept; in getExceptionSpec()
213 } else if (T->getExceptionSpecType() == EST_ComputedNoexcept) { in addExceptionSpec()
5700 } else if (EST == EST_ComputedNoexcept) { in readExceptionSpec()