Searched refs:NoexceptType (Results 1 – 2 of 2) sorted by relevance
3594 ExceptionSpecificationType NoexceptType = EST_None; in tryParseExceptionSpecification() local3605 NoexceptType); in tryParseExceptionSpecification()3608 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()3612 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()3618 Result = NoexceptType; in tryParseExceptionSpecification()
185 def NoexceptType : DiagGroup<"noexcept-type", [CXX17CompatMangling]>;