Searched refs:NoexceptType (Results 1 – 2 of 2) sorted by relevance
3737 ExceptionSpecificationType NoexceptType = EST_None; in tryParseExceptionSpecification() local3748 NoexceptType); in tryParseExceptionSpecification()3751 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()3755 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()3761 Result = NoexceptType; in tryParseExceptionSpecification()
258 def NoexceptType : DiagGroup<"noexcept-type", [CXX17CompatMangling]>;