Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp3828 ExceptionSpecificationType NoexceptType = EST_None; in tryParseExceptionSpecification() local
3839 NoexceptType); in tryParseExceptionSpecification()
3842 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()
3846 NoexceptType = EST_BasicNoexcept; in tryParseExceptionSpecification()
3852 Result = NoexceptType; in tryParseExceptionSpecification()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticGroups.td258 def NoexceptType : DiagGroup<"noexcept-type", [CXX17CompatMangling]>;