Searched refs:NoexceptType (Results 1 – 2 of 2) sorted by relevance
4055 ExceptionSpecificationType NoexceptType = EST_None; in tryParseExceptionSpecification() local4070 Actions.ActOnNoexceptSpec(NoexceptExpr.get(), NoexceptType); in tryParseExceptionSpecification()4073 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()4077 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()4083 Result = NoexceptType; in tryParseExceptionSpecification()
343 def NoexceptType : DiagGroup<"noexcept-type", [CXX17CompatMangling]>;