Searched refs:EST_BasicNoexcept (Results 1 – 9 of 9) sorted by relevance
25 EST_BasicNoexcept, ///< noexcept enumerator35 return ESpecType == EST_BasicNoexcept || ESpecType == EST_ComputedNoexcept; in isNoexceptExceptionSpec()
214 case EST_BasicNoexcept: in CheckEquivalentExceptionSpec()
2229 EPI.ExceptionSpecType = EST_BasicNoexcept; in GetFullTypeForDeclarator()
136 if (EST == EST_BasicNoexcept) in CalledDecl()146 if (ComputedEST == EST_BasicNoexcept) in CalledDecl()
1656 EST_BasicNoexcept : EST_DynamicNone; in DeclareGlobalAllocationFunction()
1569 if (est == EST_BasicNoexcept) in getNoexceptSpec()
2354 NoexceptType = EST_BasicNoexcept; in MaybeParseExceptionSpecification()
2819 if (EST == EST_DynamicNone || EST == EST_BasicNoexcept)
2657 : Context(&Context), ComputedEST(EST_BasicNoexcept) { in ImplicitExceptionSpecification()