Searched refs:NoexceptType (Results 1 – 2 of 2) sorted by relevance
4175 ExceptionSpecificationType NoexceptType = EST_None; in tryParseExceptionSpecification() local4190 Actions.ActOnNoexceptSpec(NoexceptExpr.get(), NoexceptType); in tryParseExceptionSpecification()4193 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()4197 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()4203 Result = NoexceptType; in tryParseExceptionSpecification()
292 def NoexceptType : DiagGroup<"noexcept-type", [CXX17CompatMangling]>;