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()
1689 if (est == EST_BasicNoexcept) in getNoexceptSpec()1714 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()13497 case EST_BasicNoexcept: in checkThisInStaticMemberFunctionExceptionSpec()13608 ESI.Type = EST_BasicNoexcept; in checkExceptionSpecification()
3212 EPI.ExceptionSpec.Type != EST_BasicNoexcept) { in InitFunctionInstantiation()
2188 getLangOpts().CPlusPlus11 ? EST_BasicNoexcept : EST_DynamicNone; in DeclareGlobalAllocationFunction()
7381 FPT->getExtProtoInfo().withExceptionSpec(EST_BasicNoexcept))); in ActOnFunctionDeclarator()
3274 return EST_BasicNoexcept; in tryParseExceptionSpecification()3330 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()
3995 : Self(&Self), ComputedEST(EST_BasicNoexcept) { in ImplicitExceptionSpecification()