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.cpp3989 ExceptionSpecificationType NoexceptType = EST_None; in tryParseExceptionSpecification() local
4004 Actions.ActOnNoexceptSpec(NoexceptExpr.get(), NoexceptType); in tryParseExceptionSpecification()
4007 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()
4011 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()
4017 Result = NoexceptType; in tryParseExceptionSpecification()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticGroups.td290 def NoexceptType : DiagGroup<"noexcept-type", [CXX17CompatMangling]>;