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()
281 if (ESI.Type == EST_ComputedNoexcept) { in CheckEquivalentExceptionSpec()294 if (getLangOpts().MicrosoftExt && ESI.Type != EST_ComputedNoexcept) { in CheckEquivalentExceptionSpec()299 ESI.Type != EST_ComputedNoexcept) { in CheckEquivalentExceptionSpec()336 case EST_ComputedNoexcept: in CheckEquivalentExceptionSpec()
781 } else if (Chunk.Fun.getExceptionSpecType() == EST_ComputedNoexcept && in containsUnexpandedParameterPacks()
250 case EST_ComputedNoexcept: in getFunction()
188 case EST_ComputedNoexcept: in CalledDecl()13789 case EST_ComputedNoexcept: in checkThisInStaticMemberFunctionExceptionSpec()13885 if (EST == EST_ComputedNoexcept) { in checkExceptionSpecification()
4300 } else if (FTI.getExceptionSpecType() == EST_ComputedNoexcept) { in GetFullTypeForDeclarator()
5030 if (ESI.Type == EST_ComputedNoexcept) { in TransformExceptionSpec()
2701 } else if (getExceptionSpecType() == EST_ComputedNoexcept) { in FunctionProtoType()2757 if (est != EST_ComputedNoexcept) in getNoexceptSpec()2791 if (EST != EST_ComputedNoexcept) in isNothrow()2848 } else if (epi.ExceptionSpec.Type == EST_ComputedNoexcept && in Profile()
545 if (FT->getExceptionSpecType() == EST_ComputedNoexcept) { in VisitFunctionDecl()
612 if (getExceptionSpecType() == EST_ComputedNoexcept) { in printExceptionSpecification()
658 } else if (Proto1->getExceptionSpecType() == EST_ComputedNoexcept) { in IsStructurallyEquivalent()
3102 } else if (EPI.ExceptionSpec.Type == EST_ComputedNoexcept) { in getFunctionType()
3266 case EST_ComputedNoexcept: return sizeof(Expr*);3293 } else if (EPI.ExceptionSpec.Type == EST_ComputedNoexcept) {3340 if (getExceptionSpecType() != EST_ComputedNoexcept)
3419 NoexceptType = EST_ComputedNoexcept; in tryParseExceptionSpecification()
4364 assert(ComputedEST != EST_ComputedNoexcept && in getExceptionSpecType()4392 ESI.Type = EST_ComputedNoexcept; in getExceptionSpec()
242 } else if (T->getExceptionSpecType() == EST_ComputedNoexcept) { in addExceptionSpec()
5693 } else if (EST == EST_ComputedNoexcept) { in readExceptionSpec()