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.cpp4175 ExceptionSpecificationType NoexceptType = EST_None; in tryParseExceptionSpecification() local
4190 Actions.ActOnNoexceptSpec(NoexceptExpr.get(), NoexceptType); in tryParseExceptionSpecification()
4193 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()
4197 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()
4203 Result = NoexceptType; in tryParseExceptionSpecification()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticGroups.td292 def NoexceptType : DiagGroup<"noexcept-type", [CXX17CompatMangling]>;