Searched refs:NoexceptType (Results 1 – 2 of 2) sorted by relevance
3929 ExceptionSpecificationType NoexceptType = EST_None; in tryParseExceptionSpecification() local3940 Actions.ActOnNoexceptSpec(NoexceptExpr.get(), NoexceptType); in tryParseExceptionSpecification()3943 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()3947 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()3953 Result = NoexceptType; in tryParseExceptionSpecification()
284 def NoexceptType : DiagGroup<"noexcept-type", [CXX17CompatMangling]>;