Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp4055 ExceptionSpecificationType NoexceptType = EST_None; in tryParseExceptionSpecification() local
4070 Actions.ActOnNoexceptSpec(NoexceptExpr.get(), NoexceptType); in tryParseExceptionSpecification()
4073 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()
4077 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()
4083 Result = NoexceptType; in tryParseExceptionSpecification()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticGroups.td343 def NoexceptType : DiagGroup<"noexcept-type", [CXX17CompatMangling]>;