Searched refs:EST_BasicNoexcept (Results 1 – 9 of 9) sorted by relevance
26 EST_BasicNoexcept, ///< noexcept enumerator38 return ESpecType == EST_BasicNoexcept || ESpecType == EST_ComputedNoexcept; in isNoexceptExceptionSpec()
1695 if (est == EST_BasicNoexcept) in getNoexceptSpec()1720 if (EST == EST_DynamicNone || EST == EST_BasicNoexcept) in isNothrow()
301 case EST_BasicNoexcept: in CheckEquivalentExceptionSpec()
176 if (EST == EST_BasicNoexcept) in CalledDecl()186 if (ComputedEST == EST_BasicNoexcept) in CalledDecl()13386 case EST_BasicNoexcept: in checkThisInStaticMemberFunctionExceptionSpec()13497 ESI.Type = EST_BasicNoexcept; in checkExceptionSpecification()
3207 EPI.ExceptionSpec.Type != EST_BasicNoexcept) { in InitFunctionInstantiation()
2101 getLangOpts().CPlusPlus11 ? EST_BasicNoexcept : EST_DynamicNone; in DeclareGlobalAllocationFunction()
7256 FPT->getExtProtoInfo().withExceptionSpec(EST_BasicNoexcept))); in ActOnFunctionDeclarator()
3140 return EST_BasicNoexcept; in tryParseExceptionSpecification()3196 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()
4050 : Self(&Self), ComputedEST(EST_BasicNoexcept) { in ImplicitExceptionSpecification()