Searched refs:NoexceptType (Results 1 – 2 of 2) sorted by relevance
3837 ExceptionSpecificationType NoexceptType = EST_None; in tryParseExceptionSpecification() local3848 Actions.ActOnNoexceptSpec(NoexceptExpr.get(), NoexceptType); in tryParseExceptionSpecification()3851 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()3855 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()3861 Result = NoexceptType; in tryParseExceptionSpecification()
276 def NoexceptType : DiagGroup<"noexcept-type", [CXX17CompatMangling]>;