Home
last modified time | relevance | path

Searched refs:NoexceptType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDeclCXX.cpp3837 ExceptionSpecificationType NoexceptType = EST_None; in tryParseExceptionSpecification() local
3848 Actions.ActOnNoexceptSpec(NoexceptExpr.get(), NoexceptType); in tryParseExceptionSpecification()
3851 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()
3855 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()
3861 Result = NoexceptType; in tryParseExceptionSpecification()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnosticGroups.td276 def NoexceptType : DiagGroup<"noexcept-type", [CXX17CompatMangling]>;