Searched refs:EST_BasicNoexcept (Results 1 – 11 of 11) sorted by relevance
26 EST_BasicNoexcept, ///< noexcept enumerator38 return ESpecType == EST_BasicNoexcept || ESpecType == EST_ComputedNoexcept; in isNoexceptExceptionSpec()
332 case EST_BasicNoexcept: in CheckEquivalentExceptionSpec()
179 case EST_BasicNoexcept: in CalledDecl()184 if (ComputedEST == EST_BasicNoexcept) in CalledDecl()13783 case EST_BasicNoexcept: in checkThisInStaticMemberFunctionExceptionSpec()13894 ESI.Type = EST_BasicNoexcept; in checkExceptionSpecification()
3434 EPI.ExceptionSpec.Type != EST_BasicNoexcept && in InitFunctionInstantiation()
2425 getLangOpts().CPlusPlus11 ? EST_BasicNoexcept : EST_DynamicNone; in DeclareGlobalAllocationFunction()
7950 Context.adjustExceptionSpec(NewFD, EST_BasicNoexcept); in ActOnFunctionDeclarator()8080 FPT->getExtProtoInfo().withExceptionSpec(EST_BasicNoexcept))); in ActOnFunctionDeclarator()
594 FunctionProtoType::ExceptionSpecInfo(EST_BasicNoexcept)); in EmitComplexBinOpLibCall()
2754 if (est == EST_BasicNoexcept) in getNoexceptSpec()2779 if (EST == EST_DynamicNone || EST == EST_BasicNoexcept) in isNothrow()
3373 return EST_BasicNoexcept; in tryParseExceptionSpecification()3434 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()
3263 case EST_BasicNoexcept: return 0;
4357 : Self(&Self), ComputedEST(EST_BasicNoexcept) { in ImplicitExceptionSpecification()