Searched refs:NoexceptType (Results 1 – 2 of 2) sorted by relevance
3828 ExceptionSpecificationType NoexceptType = EST_None; in tryParseExceptionSpecification() local3839 NoexceptType); in tryParseExceptionSpecification()3842 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()3846 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()3852 Result = NoexceptType; in tryParseExceptionSpecification()
258 def NoexceptType : DiagGroup<"noexcept-type", [CXX17CompatMangling]>;